#include "libavutil/opt.h"
#include "avfilter.h"
#include "drawutils.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
colorchannelmixer |
| ) |
|
◆ query_formats()
◆ config_output()
◆ filter_frame()
◆ uninit()
◆ colorchannelmixer_options
const AVOption colorchannelmixer_options[] |
|
static |
◆ colorchannelmixer_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 334 of file vf_colorchannelmixer.c.
◆ colorchannelmixer_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 343 of file vf_colorchannelmixer.c.
◆ ff_vf_colorchannelmixer
Initial value:= {
.name = "colorchannelmixer",
.priv_class = &colorchannelmixer_class,
}
static int query_formats(AVFilterContext *ctx)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
static const AVFilterPad colorchannelmixer_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 colorchannelmixer_outputs[]
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
Definition at line 352 of file vf_colorchannelmixer.c.