]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_colormatrix.c
Merge commit '5f5b78aca35d07c771f5c4c73a984be9fe04a0b8'
[ffmpeg] / libavfilter / vf_colormatrix.c
index fc335d7bbe569e24024b75a83f823b990c8dafae..daba16e152e3803f03f71eb069b4f5ad0dc853ed 100644 (file)
@@ -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;