OSDN Git Service

new bitstream reader API (old get_bits() based one is emulated and will still be...
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 9 Jul 2002 10:35:10 +0000 (10:35 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 9 Jul 2002 10:35:10 +0000 (10:35 +0000)
commit8db1a1dde0f61f98e9e69707eb10601e42ad3a34
tree4ce7ff2694e026aebb4965d9fad403639e786282
parent436483c2ec856a7e63dd57ec5fe963831bc059cd
new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler)
minor optimizations to get_vlc

Originally committed as revision 725 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/common.c
libavcodec/common.h
libavcodec/mpeg12.c
libavcodec/mpegaudiodec.c