]> git.sesse.net Git - ffmpeg/commit
Set cur_channel in the AAC encoder context where needed.
authorAlex Converse <alex.converse@gmail.com>
Tue, 11 May 2010 18:53:49 +0000 (18:53 +0000)
committerAlex Converse <alex.converse@gmail.com>
Tue, 11 May 2010 18:53:49 +0000 (18:53 +0000)
commit495af353dbb0f0f4792baecc63a45ef563f80e44
tree090766597b3c7a14fbd8c5208ee001133fd5c8e7
parent2c2b2c0ac2683319eef062afb942bffd8d1760dd
Set cur_channel in the AAC encoder context where needed.

Most coder functions read it. Carting this around in the context may be
suboptimal; a refactor should be considered.

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