From 0de9926f62584db587a2a29fc00f6af8e7a34dc1 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Fri, 29 Sep 2006 19:39:19 +0000 Subject: Move the ratecontrol related code from mpegvideo.h to a separate header file. Originally committed as revision 6386 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ratecontrol.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ratecontrol.c') diff --git a/libavcodec/ratecontrol.c b/libavcodec/ratecontrol.c index cd0393eab7..94e9a16679 100644 --- a/libavcodec/ratecontrol.c +++ b/libavcodec/ratecontrol.c @@ -25,6 +25,7 @@ #include "avcodec.h" #include "dsputil.h" +#include "ratecontrol.h" #include "mpegvideo.h" #include "eval.h" -- cgit v1.2.3