From b275500706ac3a20ac59bdb6ee080dc32f3254cf Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 12 Apr 2009 08:35:26 +0000 Subject: Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudioenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpegaudioenc.c') diff --git a/libavcodec/mpegaudioenc.c b/libavcodec/mpegaudioenc.c index 5caa83aaca..50a7b35120 100644 --- a/libavcodec/mpegaudioenc.c +++ b/libavcodec/mpegaudioenc.c @@ -25,7 +25,7 @@ */ #include "avcodec.h" -#include "bitstream.h" +#include "put_bits.h" #undef CONFIG_MPEGAUDIO_HP #define CONFIG_MPEGAUDIO_HP 0 -- cgit v1.2.3