Go to the source code of this file.
AVFILTER_DEFINE_CLASS |
( |
entropy |
| ) |
|
Initial value:= {
}
mode
Use these values in ebur128_init (or'ed).
Definition at line 47 of file vf_entropy.c.
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 178 of file vf_entropy.c.
Initial value:= {
{
.name = "default",
},
}
Definition at line 188 of file vf_entropy.c.
Initial value:= {
.name = "entropy",
.priv_class = &entropy_class,
}
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
static const AVFilterPad inputs[]
#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 av_cold void uninit(AVFilterContext *ctx)
#define flags(name, subs,...)
static const AVFilterPad outputs[]
Definition at line 196 of file vf_entropy.c.