comparison eatqi.c @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents 141badec76fc
children 3dcbde0de577
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
27 * Technical details here: 27 * Technical details here:
28 * http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TQI 28 * http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TQI
29 */ 29 */
30 30
31 #include "avcodec.h" 31 #include "avcodec.h"
32 #include "bitstream.h" 32 #include "get_bits.h"
33 #include "dsputil.h" 33 #include "dsputil.h"
34 #include "aandcttab.h" 34 #include "aandcttab.h"
35 #include "mpeg12.h" 35 #include "mpeg12.h"
36 #include "mpegvideo.h" 36 #include "mpegvideo.h"
37 37