提交 6735e2c8 编写于 作者: C Carl Eugen Hoyos

Revert r16375: It broke aac decoding.

Originally committed as revision 16376 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 69b38d4d
......@@ -1482,8 +1482,7 @@ static void apply_channel_coupling(AACContext * ac, ChannelElement * cc,
* Convert spectral data to float samples, applying all supported tools as appropriate.
*/
static void spectral_to_sample(AACContext * ac) {
int i;
enum RawDataBlockType type;
int i, type;
for(type = 3; type >= 0; type--) {
for (i = 0; i < MAX_ELEM_ID; i++) {
ChannelElement *che = ac->che[type][i];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册