comparison cabac.h @ 9411:4cb7c65fc775 libavcodec

Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h.
author stefano
date Sun, 12 Apr 2009 08:35:26 +0000
parents e9d9d946f213
children 6ac0d4957d35
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
25 */ 25 */
26 26
27 #ifndef AVCODEC_CABAC_H 27 #ifndef AVCODEC_CABAC_H
28 #define AVCODEC_CABAC_H 28 #define AVCODEC_CABAC_H
29 29
30 #include "bitstream.h" 30 #include "put_bits.h"
31 31
32 //#undef NDEBUG 32 //#undef NDEBUG
33 #include <assert.h> 33 #include <assert.h>
34 #include "libavutil/x86_cpu.h" 34 #include "libavutil/x86_cpu.h"
35 35