OSDN Git Service

aacenc: Don't set s->cur_channel before apply_window_and_mdct().
authorAlex Converse <alex.converse@gmail.com>
Tue, 31 Aug 2010 00:31:17 +0000 (00:31 +0000)
committerAlex Converse <alex.converse@gmail.com>
Tue, 31 Aug 2010 00:31:17 +0000 (00:31 +0000)
commit1297f58132313155994d0e6351aba65e43dc06aa
treef8d0197f6b160f0a03d3e415a166c39b41725597
parent8e4c11e90a58427257dc859c11210ad6588288da
aacenc: Don't set s->cur_channel before apply_window_and_mdct().

In general s->cur_channel should be phased out.

Originally committed as revision 25001 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aacenc.c