diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-09-29 19:39:19 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-09-29 19:39:19 +0000 |
commit | 0de9926f62584db587a2a29fc00f6af8e7a34dc1 (patch) | |
tree | 4d0a51259061bb93f61d9d8386ba641e2989a693 /libavcodec/ratecontrol.c | |
parent | d70ef6d7618d2a14ffaae26b9cc6837c373fa64c (diff) | |
download | ffmpeg-0de9926f62584db587a2a29fc00f6af8e7a34dc1.tar.gz |
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
Diffstat (limited to 'libavcodec/ratecontrol.c')
-rw-r--r-- | libavcodec/ratecontrol.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |