Go to the source code of this file.
◆ OFFSET
◆ anonymous enum
Enumerator |
---|
VAR_SAMPLE_RATE | |
VAR_BIN | |
VAR_NBBINS | |
VAR_CHANNEL | |
VAR_CHANNELS | |
VAR_PTS | |
VAR_VARS_NB | |
Definition at line 55 of file af_afftfilt.c.
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
afftfilt |
| ) |
|
◆ config_input()
◆ filter_frame()
◆ query_formats()
◆ uninit()
◆ var_names
const char* const var_names[] = { "sr", "b", "nb", "ch", "chs", "pts", NULL } |
|
static |
◆ afftfilt_options
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
Definition at line 381 of file af_afftfilt.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 391 of file af_afftfilt.c.
◆ ff_af_afftfilt
Initial value:= {
.name = "afftfilt",
.priv_class = &afftfilt_class,
}
static av_cold void uninit(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
Definition at line 399 of file af_afftfilt.c.