Go to the source code of this file.
|
enum | OutModes {
IN_MODE,
OUT_MODE,
NOISE_MODE,
NB_MODES,
IN_MODE,
OUT_MODE,
NOISE_MODE,
NB_MODES,
IN_MODE,
DESIRED_MODE,
OUT_MODE,
NOISE_MODE,
NB_OMODES,
IN_MODE,
OUT_MODE,
ESS_MODE,
NB_MODES
} |
|
Enumerator |
---|
IN_MODE |
|
OUT_MODE |
|
NOISE_MODE |
|
NB_MODES |
|
IN_MODE |
|
OUT_MODE |
|
NOISE_MODE |
|
NB_MODES |
|
IN_MODE |
|
DESIRED_MODE |
|
OUT_MODE |
|
NOISE_MODE |
|
NB_OMODES |
|
IN_MODE |
|
OUT_MODE |
|
ESS_MODE |
|
NB_MODES |
|
Definition at line 48 of file af_deesser.c.
AVFILTER_DEFINE_CLASS |
( |
deesser |
| ) |
|
Initial value:= {
}
mode
Use these values in ebur128_init (or'ed).
Definition at line 58 of file af_deesser.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int config_input(AVFilterLink *inlink)
Definition at line 216 of file af_deesser.c.
Initial value:= {
{
.name = "default",
},
}
Definition at line 226 of file af_deesser.c.
Initial value:= {
.name = "deesser",
.priv_class = &deesser_class,
}
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad outputs[]
#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 inputs[]
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
#define flags(name, subs,...)
Definition at line 234 of file af_deesser.c.