Mercurial > libavcodec.hg
comparison bitstream.c @ 9411:4cb7c65fc775 libavcodec
Split bitstream.h, put the bitstream writer stuff in the new file
put_bits.h.
| author | stefano |
|---|---|
| date | Sun, 12 Apr 2009 08:35:26 +0000 |
| parents | 9fc81340a5a8 |
| children | 0dce4fe6e6f3 |
comparison
equal
deleted
inserted
replaced
| 9410:f7bd7e90ef9f | 9411:4cb7c65fc775 |
|---|---|
| 27 * bitstream api. | 27 * bitstream api. |
| 28 */ | 28 */ |
| 29 | 29 |
| 30 #include "avcodec.h" | 30 #include "avcodec.h" |
| 31 #include "bitstream.h" | 31 #include "bitstream.h" |
| 32 #include "put_bits.h" | |
| 32 | 33 |
| 33 const uint8_t ff_log2_run[32]={ | 34 const uint8_t ff_log2_run[32]={ |
| 34 0, 0, 0, 0, 1, 1, 1, 1, | 35 0, 0, 0, 0, 1, 1, 1, 1, |
| 35 2, 2, 2, 2, 3, 3, 3, 3, | 36 2, 2, 2, 2, 3, 3, 3, 3, |
| 36 4, 4, 5, 5, 6, 6, 7, 7, | 37 4, 4, 5, 5, 6, 6, 7, 7, |
