Go to the source code of this file.
§ null_filter_frame()
§ avfilter_asink_anullsink_inputs
Initial value:= {
{
.name = "default",
},
}
static int null_filter_frame(AVFilterLink *link, AVFrame *frame)
Definition at line 29 of file asink_anullsink.c.
§ ff_asink_anullsink
Initial value:= {
.name = "anullsink",
.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_asink_anullsink_inputs[]
Definition at line 38 of file asink_anullsink.c.