Go to the source code of this file.
AVFILTER_DEFINE_CLASS |
( |
maskedclamp |
| ) |
|
Initial value:= {
}
static const struct @304 planes[]
Definition at line 53 of file vf_maskedclamp.c.
Initial value:= {
{
.name = "base",
},
{
.name = "dark",
},
{
.name = "bright",
},
}
static int config_input(AVFilterLink *inlink)
Definition at line 321 of file vf_maskedclamp.c.
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 338 of file vf_maskedclamp.c.
Initial value:= {
.name = "maskedclamp",
.priv_class = &maskedclamp_class,
}
static const AVFilterPad maskedclamp_outputs[]
static const AVFilterPad maskedclamp_inputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static int query_formats(AVFilterContext *ctx)
#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,...)
static int activate(AVFilterContext *ctx)
Definition at line 347 of file vf_maskedclamp.c.