Mercurial > libavcodec.hg
diff vp56.h @ 10961:34a65026fa06 libavcodec
Move array specifiers outside DECLARE_ALIGNED() invocations
| author | mru |
|---|---|
| date | Fri, 22 Jan 2010 03:25:11 +0000 |
| parents | c7c1c6b35a73 |
| children | c57e72227d7d |
line wrap: on
line diff
--- a/vp56.h Fri Jan 22 01:59:17 2010 +0000 +++ b/vp56.h Fri Jan 22 03:25:11 2010 +0000 @@ -120,7 +120,7 @@ /* blocks / macroblock */ VP56mb mb_type; VP56Macroblock *macroblocks; - DECLARE_ALIGNED_16(DCTELEM, block_coeff[6][64]); + DECLARE_ALIGNED_16(DCTELEM, block_coeff)[6][64]; /* motion vectors */ VP56mv mv[6]; /* vectors for each block in MB */
