Commit b97e0d7f authored by Måns Rullgård's avatar Måns Rullgård

4xm: provide 16-byte alignment where required

Originally committed as revision 19717 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 95d36bdb
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment