Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
fieldhint |
| ) |
|
◆ init()
◆ query_formats()
◆ config_input()
◆ filter_frame()
◆ request_frame()
◆ uninit()
◆ fieldhint_options
Initial value:= {
}
mode
Use these values in ebur128_init (or'ed).
Definition at line 49 of file vf_fieldhint.c.
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 255 of file vf_fieldhint.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
static int request_frame(AVFilterLink *outlink)
Definition at line 265 of file vf_fieldhint.c.
◆ ff_vf_fieldhint
Initial value:= {
.name = "fieldhint",
.priv_class = &fieldhint_class,
}
static const AVFilterPad inputs[]
static av_cold int init(AVFilterContext *ctx)
#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 const AVFilterPad outputs[]
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 274 of file vf_fieldhint.c.