Mercurial > libavcodec.hg
diff cook.c @ 10961:34a65026fa06 libavcodec
Move array specifiers outside DECLARE_ALIGNED() invocations
| author | mru |
|---|---|
| date | Fri, 22 Jan 2010 03:25:11 +0000 |
| parents | 4dac6529ee0c |
| children | 98970e51365a |
line wrap: on
line diff
--- a/cook.c Fri Jan 22 01:59:17 2010 +0000 +++ b/cook.c Fri Jan 22 03:25:11 2010 +0000 @@ -150,7 +150,7 @@ /* data buffers */ uint8_t* decoded_bytes_buffer; - DECLARE_ALIGNED_16(float,mono_mdct_output[2048]); + DECLARE_ALIGNED_16(float,mono_mdct_output)[2048]; float decode_buffer_1[1024]; float decode_buffer_2[1024]; float decode_buffer_0[1060]; /* static allocation for joint decode */
