]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mdec.c
Merge commit '8933ac2079644fb09916f1875c569103aefe84b1'
[ffmpeg] / libavcodec / mdec.c
index 59658b331d24ac657b71deb32ee9b194c1e07e05..330b7612790ecacbbb716c21944844bec6257030 100644 (file)
@@ -48,7 +48,7 @@ typedef struct MDECContext {
     int mb_width;
     int mb_height;
     int mb_x, mb_y;
-    DECLARE_ALIGNED(16, int16_t, block)[6][64];
+    DECLARE_ALIGNED(32, int16_t, block)[6][64];
     DECLARE_ALIGNED(16, uint16_t, quant_matrix)[64];
     uint8_t *bitstream_buffer;
     unsigned int bitstream_buffer_size;