You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/avf_avectorscope: Change enums to int, which are accessed via AVOption as int
This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -44,7 +44,7 @@ typedef struct AudioVectorScopeContext {
|
|||||||
AVFrame *outpicref;
|
AVFrame *outpicref;
|
||||||
int w, h;
|
int w, h;
|
||||||
int hw, hh;
|
int hw, hh;
|
||||||
enum VectorScopeMode mode;
|
int mode;
|
||||||
int contrast[3];
|
int contrast[3];
|
||||||
int fade[3];
|
int fade[3];
|
||||||
double zoom;
|
double zoom;
|
||||||
|
Reference in New Issue
Block a user