Go to the source code of this file.
◆ filter_frame()
◆ init()
◆ uninit()
◆ vfrdet_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 86 of file vf_vfrdet.c.
◆ vfrdet_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 95 of file vf_vfrdet.c.
◆ ff_vf_vfrdet
Initial value:= {
.name = "vfrdet",
}
static const AVFilterPad vfrdet_outputs[]
static const AVFilterPad vfrdet_inputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static av_cold int init(AVFilterContext *ctx)
Definition at line 103 of file vf_vfrdet.c.