comparison cljr.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 8a4984c5cacc
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
24 * Cirrus Logic AccuPak codec. 24 * Cirrus Logic AccuPak codec.
25 */ 25 */
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include "dsputil.h" 28 #include "dsputil.h"
29 #include "bitstream.h" 29 #include "get_bits.h"
30 30
31 /* Disable the encoder. */ 31 /* Disable the encoder. */
32 #undef CONFIG_CLJR_ENCODER 32 #undef CONFIG_CLJR_ENCODER
33 #define CONFIG_CLJR_ENCODER 0 33 #define CONFIG_CLJR_ENCODER 0
34 34