[FFmpeg-devel] [PATCH 4/7] avfilter/avf_avectorscope: Change enums to int, which are accessed via AVOption as int
Michael Niedermayer
michaelni at gmx.at
Mon Feb 2 23:22:12 CET 2015
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
libavfilter/avf_avectorscope.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/avf_avectorscope.c b/libavfilter/avf_avectorscope.c
index 1b5365a..3027de3 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;
--
1.7.9.5
More information about the ffmpeg-devel
mailing list