remove duplicated parser, people who pass random gibblets of the bitstream into the...
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 26 Aug 2006 12:19:05 +0000 (12:19 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 26 Aug 2006 12:19:05 +0000 (12:19 +0000)
commit06e7fb82a403b12353cf2e700c122cf39bb8a41a
tree3a1974a8df8ef7e3f92f219650f65a8a9896a769
parent6e4703cac7e3b9c0bca77d46bf1f4df60f2424ea
remove duplicated parser, people who pass random gibblets of the bitstream into the decoder will have to pass it through a AVParser like for all other codecs too
remove silly internal buffering architecture (removes 1 memcpy() of the bitstream)
mp3on4 and mp3adu untested

Originally committed as revision 6098 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegaudiodec.c