Commit 45e8481e authored by mru's avatar mru

4xm: provide 16-byte alignment where required

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19717 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 92e9c360
...@@ -137,7 +137,7 @@ typedef struct FourXContext{ ...@@ -137,7 +137,7 @@ typedef struct FourXContext{
int mv[256]; int mv[256];
VLC pre_vlc; VLC pre_vlc;
int last_dc; int last_dc;
DECLARE_ALIGNED_8(DCTELEM, block[6][64]); DECLARE_ALIGNED_16(DCTELEM, block[6][64]);
void *bitstream_buffer; void *bitstream_buffer;
unsigned int bitstream_buffer_size; unsigned int bitstream_buffer_size;
int version; 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