]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mjpegdec.h
fix compilation with --disable-everything --enable-decoder=mpeg2video
[ffmpeg] / libavcodec / mjpegdec.h
index 71773fb32e451dddd7937a4dded9a03405dc8a78..359ddb9efe302abdb2c037a79c332e307a505385 100644 (file)
@@ -84,7 +84,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(DCTELEM, block[64]);
+    DECLARE_ALIGNED(16, DCTELEM, block)[64];
     DCTELEM (*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)