Commit 74097e09 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_signalstats: Change enum to int, which is accessed via AVOption as int

This fixes depending on implementation defined behavior
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3a23ec0d
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment