changeset 10095:ef6e027092cc libavcodec

4xm: provide 16-byte alignment where required
author mru
date Wed, 26 Aug 2009 15:22:15 +0000
parents a1f5f022adba
children 071d6d272a77
files 4xm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/4xm.c	Wed Aug 26 13:17:06 2009 +0000
+++ b/4xm.c	Wed Aug 26 15:22:15 2009 +0000
@@ -137,7 +137,7 @@
     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;