]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/eamad.c
avdevice/decklink_dec: fix multipacket op47 decoding
[ffmpeg] / libavcodec / eamad.c
index 753dee06c33ed16a43f566f78363520674b05e94..7f28abbafeae6b203952aebdea2137c0ed3d0647 100644 (file)
@@ -54,7 +54,7 @@ typedef struct MadContext {
     GetBitContext gb;
     void *bitstream_buf;
     unsigned int bitstream_buf_size;
-    DECLARE_ALIGNED(16, int16_t, block)[64];
+    DECLARE_ALIGNED(32, int16_t, block)[64];
     ScanTable scantable;
     uint16_t quant_matrix[64];
     int mb_x;