From 9106a698e726c041128a05db0a011caae755d10b Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 13 Apr 2009 16:20:26 +0000 Subject: Rename bitstream.h to get_bits.h. Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/indeo2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/indeo2.c') diff --git a/libavcodec/indeo2.c b/libavcodec/indeo2.c index 75b9ee9836..a107574a26 100644 --- a/libavcodec/indeo2.c +++ b/libavcodec/indeo2.c @@ -25,7 +25,7 @@ */ #define ALT_BITSTREAM_READER_LE #include "avcodec.h" -#include "bitstream.h" +#include "get_bits.h" #include "indeo2data.h" typedef struct Ir2Context{ -- cgit v1.2.3