comparison lcldec.c @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents 54bc8a2727b0
children d6a35d7be925
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
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 "get_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