]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp8.h
Drop DCTELEM typedef
[ffmpeg] / libavcodec / vp8.h
index 4a85541f37b748c818e67ef3f1c131edc3e3de67..392d0b44c99481347fc6a752250d69dc2f69a67e 100644 (file)
@@ -94,8 +94,8 @@ typedef struct VP8Macroblock {
 } VP8Macroblock;
 
 typedef struct VP8ThreadData {
-    DECLARE_ALIGNED(16, DCTELEM, block)[6][4][16];
-    DECLARE_ALIGNED(16, DCTELEM, block_dc)[16];
+    DECLARE_ALIGNED(16, int16_t, block)[6][4][16];
+    DECLARE_ALIGNED(16, int16_t, block_dc)[16];
     /**
      * This is the index plus one of the last non-zero coeff
      * for each of the blocks in the current macroblock.