comparison lclenc.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 f36c5b72c4e3
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
40 40
41 #include <stdio.h> 41 #include <stdio.h>
42 #include <stdlib.h> 42 #include <stdlib.h>
43 43
44 #include "avcodec.h" 44 #include "avcodec.h"
45 #include "bitstream.h" 45 #include "put_bits.h"
46 #include "lcl.h" 46 #include "lcl.h"
47 47
48 #if CONFIG_ZLIB 48 #if CONFIG_ZLIB
49 #include <zlib.h> 49 #include <zlib.h>
50 #endif 50 #endif