]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_shuffleplanes.c
x86inc: Improve FMA instruction handling
[ffmpeg] / libavfilter / vf_shuffleplanes.c
index 8422d2f84e641fb390f98917e051d6d68a410e04..1bc77b0a312166b11f60d8608365a7e7cf2d68c6 100644 (file)
@@ -34,7 +34,7 @@ typedef struct ShufflePlanesContext {
     int planes;
 
     /* mapping indices */
-    uint8_t map[4];
+    int map[4];
 
     /* set to 1 if some plane is used more than once, so we need to make a copy */
     int copy;