Go to the source code of this file.
Initial value:= {
{
.name = "default",
},
{ NULL },
}
static int null_filter_frame(AVFilterLink *link, AVFrame *frame)
Definition at line 31 of file asink_anullsink.c.
Initial value:= {
.name = "anullsink",
.priv_size = 0,
.outputs = NULL,
}
#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 40 of file asink_anullsink.c.