FFmpeg
|
#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.
Data Structures | |
struct | ColorChannelMixerContext |
Macros | |
#define | R 0 |
#define | G 1 |
#define | B 2 |
#define | A 3 |
#define | OFFSET(x) offsetof(ColorChannelMixerContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (colorchannelmixer) | |
static int | query_formats (AVFilterContext *ctx) |
static int | config_output (AVFilterLink *outlink) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
static av_cold void | uninit (AVFilterContext *ctx) |
Variables | |
static const AVOption | colorchannelmixer_options [] |
static const AVFilterPad | colorchannelmixer_inputs [] |
static const AVFilterPad | colorchannelmixer_outputs [] |
AVFilter | ff_vf_colorchannelmixer |
#define R 0 |
Definition at line 28 of file vf_colorchannelmixer.c.
#define G 1 |
Definition at line 29 of file vf_colorchannelmixer.c.
#define B 2 |
Definition at line 30 of file vf_colorchannelmixer.c.
#define A 3 |
Definition at line 31 of file vf_colorchannelmixer.c.
#define OFFSET | ( | x | ) | offsetof(ColorChannelMixerContext, x) |
Definition at line 47 of file vf_colorchannelmixer.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 48 of file vf_colorchannelmixer.c.
AVFILTER_DEFINE_CLASS | ( | colorchannelmixer | ) |
|
static |
Definition at line 71 of file vf_colorchannelmixer.c.
|
static |
Definition at line 88 of file vf_colorchannelmixer.c.
|
static |
Definition at line 140 of file vf_colorchannelmixer.c.
|
static |
Definition at line 325 of file vf_colorchannelmixer.c.
|
static |
Definition at line 49 of file vf_colorchannelmixer.c.
|
static |
Definition at line 332 of file vf_colorchannelmixer.c.
|
static |
Definition at line 341 of file vf_colorchannelmixer.c.
AVFilter ff_vf_colorchannelmixer |
Definition at line 350 of file vf_colorchannelmixer.c.