Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ SetFieldMode
Enumerator |
---|
MODE_AUTO | |
MODE_BFF | |
MODE_TFF | |
MODE_PROG | |
Definition at line 27 of file vf_setparams.c.
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
setparams |
| ) |
|
◆ filter_frame()
◆ setparams_options
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
Definition at line 147 of file vf_setparams.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 156 of file vf_setparams.c.
◆ ff_vf_setparams
Initial value:= {
.name = "setparams",
.priv_class = &setparams_class,
}
static const AVFilterPad inputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad outputs[]
Definition at line 164 of file vf_setparams.c.