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/aac_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aac_parser.h') diff --git a/libavcodec/aac_parser.h b/libavcodec/aac_parser.h index efc46785cd..bae1a895fa 100644 --- a/libavcodec/aac_parser.h +++ b/libavcodec/aac_parser.h @@ -25,7 +25,7 @@ #include #include "aac_ac3_parser.h" -#include "bitstream.h" +#include "get_bits.h" typedef struct { uint32_t sample_rate; -- cgit v1.2.3