1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

4xm: provide 16-byte alignment where required

Originally committed as revision 19717 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2009-08-26 15:22:15 +00:00
parent 95d36bdbc3
commit b97e0d7fa2

View 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;