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;