Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
entropy |
| ) |
|
◆ query_formats()
◆ config_input()
◆ filter_frame()
◆ uninit()
◆ entropy_options
Initial value:= {
}
mode
Use these values in ebur128_init (or'ed).
Definition at line 47 of file vf_entropy.c.
◆ inputs
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.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 188 of file vf_entropy.c.
◆ ff_vf_entropy
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)
static const AVFilterPad outputs[]
Definition at line 196 of file vf_entropy.c.