summaryrefslogtreecommitdiff
path: root/libavfilter/vf_colorchannelmixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_colorchannelmixer.c')
-rw-r--r--libavfilter/vf_colorchannelmixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_colorchannelmixer.c b/libavfilter/vf_colorchannelmixer.c
index cda972dd00..2e068fa794 100644
--- a/libavfilter/vf_colorchannelmixer.c
+++ b/libavfilter/vf_colorchannelmixer.c
@@ -30,7 +30,7 @@
#define B 2
#define A 3
-typedef struct {
+typedef struct ColorChannelMixerContext {
const AVClass *class;
double rr, rg, rb, ra;
double gr, gg, gb, ga;