commit | b275500706ac3a20ac59bdb6ee080dc32f3254cf | [log] [tgz] |
---|---|---|
author | Stefano Sabatini <[email protected]> | Sun Apr 12 08:35:26 2009 |
committer | Stefano Sabatini <[email protected]> | Sun Apr 12 08:35:26 2009 |
tree | be30dc8f35ba9c33d053b09fb70a09304d775512 | |
parent | 77daaf674815d201dcb9ebb435e3c48dc5e72253 [diff] [blame] |
Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index 4851098..39dbe04 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c
@@ -29,6 +29,7 @@ #include "avcodec.h" #include "bitstream.h" +#include "put_bits.h" const uint8_t ff_log2_run[32]={ 0, 0, 0, 0, 1, 1, 1, 1,