Mercurial > libavcodec.hg
diff mpegaudiodec.c @ 10961:34a65026fa06 libavcodec
Move array specifiers outside DECLARE_ALIGNED() invocations
| author | mru |
|---|---|
| date | Fri, 22 Jan 2010 03:25:11 +0000 |
| parents | 95f3daa991a2 |
| children | 98970e51365a |
line wrap: on
line diff
--- a/mpegaudiodec.c Fri Jan 22 01:59:17 2010 +0000 +++ b/mpegaudiodec.c Fri Jan 22 03:25:11 2010 +0000 @@ -95,7 +95,7 @@ SCALE_GEN(4.0 / 9.0), /* 9 steps */ }; -DECLARE_ALIGNED_16(MPA_INT, ff_mpa_synth_window[512]); +DECLARE_ALIGNED_16(MPA_INT, ff_mpa_synth_window)[512]; /** * Convert region offsets to region sizes and truncate
