comparison 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
comparison
equal deleted inserted replaced
10960:10759fd39860 10961:34a65026fa06
93 SCALE_GEN(4.0 / 3.0), /* 3 steps */ 93 SCALE_GEN(4.0 / 3.0), /* 3 steps */
94 SCALE_GEN(4.0 / 5.0), /* 5 steps */ 94 SCALE_GEN(4.0 / 5.0), /* 5 steps */
95 SCALE_GEN(4.0 / 9.0), /* 9 steps */ 95 SCALE_GEN(4.0 / 9.0), /* 9 steps */
96 }; 96 };
97 97
98 DECLARE_ALIGNED_16(MPA_INT, ff_mpa_synth_window[512]); 98 DECLARE_ALIGNED_16(MPA_INT, ff_mpa_synth_window)[512];
99 99
100 /** 100 /**
101 * Convert region offsets to region sizes and truncate 101 * Convert region offsets to region sizes and truncate
102 * size to big_values. 102 * size to big_values.
103 */ 103 */