comparison vc1data.h @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents e9d9d946f213
children 7dd2a45249a9
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
28 #ifndef AVCODEC_VC1DATA_H 28 #ifndef AVCODEC_VC1DATA_H
29 #define AVCODEC_VC1DATA_H 29 #define AVCODEC_VC1DATA_H
30 30
31 #include <stdint.h> 31 #include <stdint.h>
32 #include "libavutil/rational.h" 32 #include "libavutil/rational.h"
33 #include "bitstream.h" 33 #include "get_bits.h"
34 34
35 /** Table for conversion between TTBLK and TTMB */ 35 /** Table for conversion between TTBLK and TTMB */
36 extern const int ff_vc1_ttblk_to_tt[3][8]; 36 extern const int ff_vc1_ttblk_to_tt[3][8];
37 37
38 extern const int ff_vc1_ttfrm_to_tt[4]; 38 extern const int ff_vc1_ttfrm_to_tt[4];