summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/avf_avectorscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avf_avectorscope.c b/libavfilter/avf_avectorscope.c
index 1b5365a09f..3027de37fc 100644
--- a/libavfilter/avf_avectorscope.c
+++ b/libavfilter/avf_avectorscope.c
@@ -44,7 +44,7 @@ typedef struct AudioVectorScopeContext {
AVFrame *outpicref;
int w, h;
int hw, hh;
- enum VectorScopeMode mode;
+ int mode;
int contrast[3];
int fade[3];
double zoom;