You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/vf_colormatrix: 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:
@@ -68,7 +68,7 @@ typedef struct {
|
||||
const AVClass *class;
|
||||
int yuv_convert[16][3][3];
|
||||
int interlaced;
|
||||
enum ColorMode source, dest;
|
||||
int source, dest; ///< ColorMode
|
||||
int mode;
|
||||
int hsub, vsub;
|
||||
} ColorMatrixContext;
|
||||
|
Reference in New Issue
Block a user