SpectrumSynth filter.
More...
#include "libavcodec/avfft.h"
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "libavutil/ffmath.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "avfilter.h"
#include "formats.h"
#include "audio.h"
#include "video.h"
#include "internal.h"
#include "window_func.h"
|
| enum | MagnitudeScale { LINEAR,
LOG,
NB_SCALES
} |
| |
| enum | SlideMode {
REPLACE,
SCROLL,
NB_SLIDES,
REPLACE,
SCROLL,
FULLFRAME,
RSCROLL,
NB_SLIDES,
REPLACE,
SCROLL,
FULLFRAME,
RSCROLL,
NB_SLIDES
} |
| |
| enum | Orientation {
VERTICAL,
HORIZONTAL,
NB_ORIENTATIONS,
VERTICAL,
HORIZONTAL,
NB_ORIENTATIONS
} |
| |
|
|
| AVFILTER_DEFINE_CLASS (spectrumsynth) |
| |
SpectrumSynth filter.
- Todo:
- support float pixel format
§ ff_vaf_spectrumsynth
Initial value:= {
.name = "spectrumsynth",
.uninit = uninit,
.query_formats = query_formats,
.inputs = spectrumsynth_inputs,
.outputs = spectrumsynth_outputs,
.priv_class = &spectrumsynth_class,
}
Definition: vaf_spectrumsynth.c:44
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186