Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ query_formats()
◆ config_input()
◆ filter_frame()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
crossfeed |
| ) |
|
◆ crossfeed_options
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 143 of file af_crossfeed.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 153 of file af_crossfeed.c.
◆ ff_af_crossfeed
Initial value:= {
.name = "crossfeed",
.priv_class = &crossfeed_class,
}
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int query_formats(AVFilterContext *ctx)
Definition at line 161 of file af_crossfeed.c.