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 149 of file af_crossfeed.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 159 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)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
#define flags(name, subs,...)
Definition at line 167 of file af_crossfeed.c.