comparison asv1.c @ 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 0fa22c289cb2
children 141badec76fc
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
24 * ASUS V1/V2 codec. 24 * ASUS V1/V2 codec.
25 */ 25 */
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include "bitstream.h" 28 #include "bitstream.h"
29 #include "put_bits.h"
29 #include "dsputil.h" 30 #include "dsputil.h"
30 #include "mpeg12data.h" 31 #include "mpeg12data.h"
31 32
32 //#undef NDEBUG 33 //#undef NDEBUG
33 //#include <assert.h> 34 //#include <assert.h>