comparison dca.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 25b3650b4db5
children 0dce4fe6e6f3
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
31 #include <stdio.h> 31 #include <stdio.h>
32 32
33 #include "avcodec.h" 33 #include "avcodec.h"
34 #include "dsputil.h" 34 #include "dsputil.h"
35 #include "bitstream.h" 35 #include "bitstream.h"
36 #include "put_bits.h"
36 #include "dcadata.h" 37 #include "dcadata.h"
37 #include "dcahuff.h" 38 #include "dcahuff.h"
38 #include "dca.h" 39 #include "dca.h"
39 40
40 //#define TRACE 41 //#define TRACE