comparison eatgv.c @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents 54bc8a2727b0
children dff431441c9c
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
28 * http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TGV 28 * http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TGV
29 */ 29 */
30 30
31 #include "avcodec.h" 31 #include "avcodec.h"
32 #define ALT_BITSTREAM_READER_LE 32 #define ALT_BITSTREAM_READER_LE
33 #include "bitstream.h" 33 #include "get_bits.h"
34 #include "libavutil/lzo.h" 34 #include "libavutil/lzo.h"
35 35
36 #define EA_PREAMBLE_SIZE 8 36 #define EA_PREAMBLE_SIZE 8
37 #define kVGT_TAG MKTAG('k', 'V', 'G', 'T') 37 #define kVGT_TAG MKTAG('k', 'V', 'G', 'T')
38 38