OSDN Git Service

4xm: provide 16-byte alignment where required
authorMåns Rullgård <mans@mansr.com>
Wed, 26 Aug 2009 15:22:15 +0000 (15:22 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 26 Aug 2009 15:22:15 +0000 (15:22 +0000)
Originally committed as revision 19717 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/4xm.c

index 9bd026b..cc0bcd4 100644 (file)
@@ -137,7 +137,7 @@ typedef struct FourXContext{
     int mv[256];
     VLC pre_vlc;
     int last_dc;
-    DECLARE_ALIGNED_8(DCTELEM, block[6][64]);
+    DECLARE_ALIGNED_16(DCTELEM, block[6][64]);
     void *bitstream_buffer;
     unsigned int bitstream_buffer_size;
     int version;