Mercurial > libavcodec.hg
diff 4xm.c @ 10095:ef6e027092cc libavcodec
4xm: provide 16-byte alignment where required
| author | mru |
|---|---|
| date | Wed, 26 Aug 2009 15:22:15 +0000 |
| parents | b5d9bdcb6198 |
| children | d02739e638cf |
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;
