comparison dv.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 54bc8a2727b0
children 0dce4fe6e6f3
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
39 */ 39 */
40 #define ALT_BITSTREAM_READER 40 #define ALT_BITSTREAM_READER
41 #include "avcodec.h" 41 #include "avcodec.h"
42 #include "dsputil.h" 42 #include "dsputil.h"
43 #include "bitstream.h" 43 #include "bitstream.h"
44 #include "put_bits.h"
44 #include "simple_idct.h" 45 #include "simple_idct.h"
45 #include "dvdata.h" 46 #include "dvdata.h"
46 47
47 //#undef NDEBUG 48 //#undef NDEBUG
48 //#include <assert.h> 49 //#include <assert.h>