Index: patched-ffmpeg-mt/libavcodec/4xm.c |
=================================================================== |
--- patched-ffmpeg-mt/libavcodec/4xm.c (revision 41250) |
+++ patched-ffmpeg-mt/libavcodec/4xm.c (working copy) |
@@ -137,7 +137,7 @@ |
int mv[256]; |
VLC pre_vlc; |
int last_dc; |
- DECLARE_ALIGNED_16(DCTELEM, block)[6][64]; |
+ DECLARE_ALIGNED(16, DCTELEM, block)[6][64]; |
void *bitstream_buffer; |
unsigned int bitstream_buffer_size; |
int version; |