Index: patched-ffmpeg-mt/libavcodec/mimic.c |
=================================================================== |
--- patched-ffmpeg-mt/libavcodec/mimic.c (revision 41250) |
+++ patched-ffmpeg-mt/libavcodec/mimic.c (working copy) |
@@ -46,7 +46,7 @@ |
AVFrame buf_ptrs [16]; |
AVPicture flipped_ptrs[16]; |
- DECLARE_ALIGNED_16(DCTELEM, dct_block)[64]; |
+ DECLARE_ALIGNED(16, DCTELEM, dct_block)[64]; |
GetBitContext gb; |
ScanTable scantable; |