Go to the source code of this file.
◆ OFFSET
◆ MOD
◆ ECHO
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
aecho | | ) |
|
◆ count_items()
| static void count_items |
( |
char * | item_str, |
|
|
int * | nb_items ) |
|
static |
◆ fill_items()
| static void fill_items |
( |
char * | item_str, |
|
|
int * | nb_items, |
|
|
float * | items ) |
|
static |
◆ uninit()
◆ init()
◆ config_output()
◆ filter_frame()
◆ request_frame()
◆ activate()
◆ aecho_options
Initial value:= {
}
@ AV_OPT_TYPE_FLOAT
Underlying C type is float.
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
Definition at line 51 of file af_aecho.c.
◆ aecho_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVBitStreamFilterLink *outlink)
Definition at line 331 of file af_aecho.c.
◆ ff_af_aecho
Initial value:= {
.p.name = "aecho",
.p.priv_class = &aecho_class,
}
static const AVFilterPad aecho_outputs[]
const AVFilterPad ff_audio_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_AUDIO.
int(* init)(AVBSFContext *ctx)
@ AV_SAMPLE_FMT_FLTP
float, planar
@ AV_SAMPLE_FMT_S16P
signed 16 bits, planar
@ AV_SAMPLE_FMT_S32P
signed 32 bits, planar
@ AV_SAMPLE_FMT_DBLP
double, planar
static av_cold void uninit(AVBitStreamFilterContext *ctx)
static int activate(AVBitStreamFilterContext *ctx)
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FILTER_SAMPLEFMTS(...)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 339 of file af_aecho.c.