You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/vf_signalstats: Change enum to int, which is 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:
@@ -40,7 +40,7 @@ typedef struct {
|
||||
int vsub; // vertical subsampling
|
||||
int fs; // pixel count per frame
|
||||
int cfs; // pixel count per frame of chroma planes
|
||||
enum FilterMode outfilter;
|
||||
int outfilter; // FilterMode
|
||||
int filters;
|
||||
AVFrame *frame_prev;
|
||||
uint8_t rgba_color[4];
|
||||
|
Reference in New Issue
Block a user