[FFmpeg-cvslog] r19717 - trunk/libavcodec/4xm.c
mru
subversion
Wed Aug 26 17:22:15 CEST 2009
Author: mru
Date: Wed Aug 26 17:22:15 2009
New Revision: 19717
Log:
4xm: provide 16-byte alignment where required
Modified:
trunk/libavcodec/4xm.c
Modified: trunk/libavcodec/4xm.c
==============================================================================
--- trunk/libavcodec/4xm.c Wed Aug 26 15:17:06 2009 (r19716)
+++ trunk/libavcodec/4xm.c Wed Aug 26 17:22:15 2009 (r19717)
@@ -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;
More information about the ffmpeg-cvslog
mailing list