Index: patched-ffmpeg-mt/libavcodec/eatqi.c |
=================================================================== |
--- patched-ffmpeg-mt/libavcodec/eatqi.c (revision 41250) |
+++ patched-ffmpeg-mt/libavcodec/eatqi.c (working copy) |
@@ -40,7 +40,7 @@ |
AVFrame frame; |
void *bitstream_buf; |
unsigned int bitstream_buf_size; |
- DECLARE_ALIGNED_16(DCTELEM, block)[6][64]; |
+ DECLARE_ALIGNED(16, DCTELEM, block)[6][64]; |
} TqiContext; |
static av_cold int tqi_decode_init(AVCodecContext *avctx) |