Mercurial > libavcodec.hg
diff 4xm.c @ 10961:34a65026fa06 libavcodec
Move array specifiers outside DECLARE_ALIGNED() invocations
| author | mru |
|---|---|
| date | Fri, 22 Jan 2010 03:25:11 +0000 |
| parents | 8c327647b2a4 |
| children | 98970e51365a |
line wrap: on
line diff
--- a/4xm.c Fri Jan 22 01:59:17 2010 +0000 +++ b/4xm.c Fri Jan 22 03:25:11 2010 +0000 @@ -137,7 +137,7 @@ int mv[256]; VLC pre_vlc; int last_dc; - DECLARE_ALIGNED_16(DCTELEM, block[6][64]); + DECLARE_ALIGNED_16(DCTELEM, block)[6][64]; void *bitstream_buffer; unsigned int bitstream_buffer_size; int version;
