Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
colorlevels |
| ) |
|
◆ query_formats()
◆ config_input()
◆ filter_frame()
◆ colorlevels_options
◆ colorlevels_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int config_input(AVFilterLink *inlink)
Definition at line 229 of file vf_colorlevels.c.
◆ colorlevels_outputs
◆ ff_vf_colorlevels
Initial value:= {
.name = "colorlevels",
.priv_class = &colorlevels_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 int query_formats(AVFilterContext *ctx)
static const AVFilterPad colorlevels_inputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static const AVFilterPad colorlevels_outputs[]
Definition at line 247 of file vf_colorlevels.c.