move align_get_bits() to .h to avoid conflicts between different bitstream readers...
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 26 Aug 2006 10:26:14 +0000 (10:26 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 26 Aug 2006 10:26:14 +0000 (10:26 +0000)
commit5a7bd28335d502d90c727f69a50e6f251c305e72
treebb490c9bb4cc71148723e82e4b0bd86b541ce78c
parent727c236a6b07ac4426d5c5e3e564c563c890bb7c
move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs
add a skip_bits_long() which can skip by any amount in any direction (several codecs contain half working hacks to do that)

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