Go to the source code of this file.
◆ filter_frame()
◆ avfilter_vsink_nullsink_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *link, AVFrame *frame)
Definition at line 29 of file vsink_nullsink.c.
◆ ff_vsink_nullsink
Initial value:= {
.name = "nullsink",
.priv_size = 0,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad avfilter_vsink_nullsink_inputs[]
Definition at line 38 of file vsink_nullsink.c.