comparison nellymoserenc.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 bf274494b66e
children b10d954527a2
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
38 #include "nellymoser.h" 38 #include "nellymoser.h"
39 #include "avcodec.h" 39 #include "avcodec.h"
40 #include "dsputil.h" 40 #include "dsputil.h"
41 41
42 #define BITSTREAM_WRITER_LE 42 #define BITSTREAM_WRITER_LE
43 #include "bitstream.h" 43 #include "put_bits.h"
44 44
45 #define POW_TABLE_SIZE (1<<11) 45 #define POW_TABLE_SIZE (1<<11)
46 #define POW_TABLE_OFFSET 3 46 #define POW_TABLE_OFFSET 3
47 #define OPT_SIZE ((1<<15) + 3000) 47 #define OPT_SIZE ((1<<15) + 3000)
48 48