mp3on4: ensure that the frame channel count does not exceed the codec channel
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 25 Sep 2011 17:04:39 +0000 (13:04 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 21 Oct 2011 16:32:35 +0000 (12:32 -0400)
commit53c8443ad2376a50c76e5d7c69435bd01b0abc42
tree3bb3776cead08e3169f2a0af5fdeddc379e050f9
parent1183d6cd98da7d1e9f751a68d288b200240ed335
mp3on4: ensure that the frame channel count does not exceed the codec channel
count.

This also allows for checking output data size based on the actual
number of channel instead of the maximum number of channels.
libavcodec/mpegaudiodec.c