OSDN Git Service

Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 25 Sep 2006 22:47:55 +0000 (22:47 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 25 Sep 2006 22:47:55 +0000 (22:47 +0000)
commitd1121caa664a8c750a8b0ad96e7e734988f4b27c
tree73c9f9c2192bcb8a7722c6a25ae39c52f9cfbb27
parent4fde50604dfa67ea001608cb409c487a65cd5ce5
Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.
Gives the same result as get_bits_long_le in vorbis.c instead
of some wild big-/little-endian mixture.

Originally committed as revision 6332 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/bitstream.h