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
} |
|
◆ OFFSET
◆ OutModes
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()
AVFILTER_DEFINE_CLASS |
( |
deesser |
| ) |
|
◆ query_formats()
◆ config_input()
◆ filter_frame()
◆ uninit()
◆ deesser_options
Initial value:= {
}
mode
Use these values in ebur128_init (or'ed).
Definition at line 58 of file af_deesser.c.
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 216 of file af_deesser.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 226 of file af_deesser.c.
◆ ff_af_deesser
Initial value:= {
.name = "deesser",
.priv_class = &deesser_class,
}
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static av_cold void uninit(AVFilterContext *ctx)
#define flags(name, subs,...)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 234 of file af_deesser.c.