Go to the source code of this file.
Enumerator |
---|
MODE_AUTO |
|
MODE_BFF |
|
MODE_TFF |
|
MODE_PROG |
|
Definition at line 27 of file vf_setparams.c.
AVFILTER_DEFINE_CLASS |
( |
setparams |
| ) |
|
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
Definition at line 147 of file vf_setparams.c.
Initial value:= {
{
.name = "default",
},
}
Definition at line 156 of file vf_setparams.c.
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.