aboutsummaryrefslogtreecommitdiffstats
path: root/cmdutils.h
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-02-24 23:56:52 +0000
committerAlex Converse <alex.converse@gmail.com>2010-02-24 23:56:52 +0000
commitc4a90caae249a8bafb7534bac41f7ae89229a672 (patch)
tree49ee871a33d9f1a2b856fc68b151071be749c189 /cmdutils.h
parent33147993689223956d735e691dca45588a10c28f (diff)
downloadffmpeg-c4a90caae249a8bafb7534bac41f7ae89229a672.tar.gz
aac: Keep decode_band_types() from eating all padding at the end of a buffer.
Due to a shortcoming in the AAC specification, if an all zero buffer is fed to section data decoding it will never terminate. That means without a buffer exhaustion check decode_band_types() will consume all input buffer padding. Worse if a get_bits() implementation that returns zeros when padding is exhausted is used, the function will never terminate. The fixes that by added a buffer exhaustion check in the sectioning decoding loop. Originally committed as revision 22044 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
0 files changed, 0 insertions, 0 deletions