]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mjpegdec.h
Merge commit 'b44bd7ee7f7d834c1e22b5f33674393e5c0267c5'
[ffmpeg] / libavcodec / mjpegdec.h
index 2bc69fa93066bc3b5b3c52f04a90e27a1de99afc..c84a40aa6e6497144b53b68b184e57a23fd42987 100644 (file)
@@ -98,7 +98,7 @@ typedef struct MJpegDecodeContext {
     int got_picture;                                ///< we found a SOF and picture is valid, too.
     int linesize[MAX_COMPONENTS];                   ///< linesize << interlaced
     int8_t *qscale_table;
-    DECLARE_ALIGNED(16, int16_t, block)[64];
+    DECLARE_ALIGNED(32, int16_t, block)[64];
     int16_t (*blocks[MAX_COMPONENTS])[64]; ///< intermediate sums (progressive mode)
     uint8_t *last_nnz[MAX_COMPONENTS];
     uint64_t coefs_finished[MAX_COMPONENTS]; ///< bitmask of which coefs have been completely decoded (progressive mode)