summaryrefslogtreecommitdiff
path: root/libavfilter/vf_eq.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_eq.h')
-rw-r--r--libavfilter/vf_eq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_eq.h b/libavfilter/vf_eq.h
index 8525048b3f..fa49d46e5c 100644
--- a/libavfilter/vf_eq.h
+++ b/libavfilter/vf_eq.h
@@ -55,7 +55,7 @@ typedef struct EQParameters {
} EQParameters;
-typedef struct {
+typedef struct EQContext {
const AVClass *class;
EQParameters param[3];