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 --- libavformat/mpegenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mpegenc.c') diff --git a/libavformat/mpegenc.c b/libavformat/mpegenc.c index 5b949feea1..11a2deb033 100644 --- a/libavformat/mpegenc.c +++ b/libavformat/mpegenc.c @@ -20,7 +20,7 @@ */ #include "libavutil/fifo.h" -#include "libavcodec/bitstream.h" +#include "libavcodec/put_bits.h" #include "avformat.h" #include "mpeg.h" -- cgit v1.2.3