comparison intrax8.h @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents c4a4495715dd
children
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
17 */ 17 */
18 18
19 #ifndef AVCODEC_INTRAX8_H 19 #ifndef AVCODEC_INTRAX8_H
20 #define AVCODEC_INTRAX8_H 20 #define AVCODEC_INTRAX8_H
21 21
22 #include "bitstream.h" 22 #include "get_bits.h"
23 #include "mpegvideo.h" 23 #include "mpegvideo.h"
24 24
25 typedef struct{ 25 typedef struct{
26 VLC * j_ac_vlc[4];//they point to the static j_mb_vlc 26 VLC * j_ac_vlc[4];//they point to the static j_mb_vlc
27 VLC * j_orient_vlc; 27 VLC * j_orient_vlc;