comparison bitstream.c @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents 4cb7c65fc775
children 932543edc1d2
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
26 * @file libavcodec/bitstream.c 26 * @file libavcodec/bitstream.c
27 * bitstream api. 27 * bitstream api.
28 */ 28 */
29 29
30 #include "avcodec.h" 30 #include "avcodec.h"
31 #include "bitstream.h" 31 #include "get_bits.h"
32 #include "put_bits.h" 32 #include "put_bits.h"
33 33
34 const uint8_t ff_log2_run[32]={ 34 const uint8_t ff_log2_run[32]={
35 0, 0, 0, 0, 1, 1, 1, 1, 35 0, 0, 0, 0, 1, 1, 1, 1,
36 2, 2, 2, 2, 3, 3, 3, 3, 36 2, 2, 2, 2, 3, 3, 3, 3,