comparison vorbis_enc.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 e9d9d946f213
children 67a20f0eb42c
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
29 #include "dsputil.h" 29 #include "dsputil.h"
30 #include "vorbis.h" 30 #include "vorbis.h"
31 #include "vorbis_enc_data.h" 31 #include "vorbis_enc_data.h"
32 32
33 #define BITSTREAM_WRITER_LE 33 #define BITSTREAM_WRITER_LE
34 #include "bitstream.h" 34 #include "put_bits.h"
35 35
36 #undef NDEBUG 36 #undef NDEBUG
37 #include <assert.h> 37 #include <assert.h>
38 38
39 typedef struct { 39 typedef struct {