diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-09-29 19:33:04 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-09-29 19:33:04 +0000 |
commit | 4d7b4613a14ed7ae51d66de3ad39b32a3578284f (patch) | |
tree | bf5b930001f58d1285ca33818a6e85291ca8a273 /libavcodec/ratecontrol.c | |
parent | 3a6ccf4f3e3fc08e0dbb9079562cb3e01d19c662 (diff) | |
download | ffmpeg-4d7b4613a14ed7ae51d66de3ad39b32a3578284f.tar.gz |
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and
put it in a separate file.
Originally committed as revision 6383 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 721edf95a9..cd0393eab7 100644 --- a/libavcodec/ratecontrol.c +++ b/libavcodec/ratecontrol.c @@ -26,6 +26,7 @@ #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" +#include "eval.h" #undef NDEBUG // allways check asserts, the speed effect is far too small to disable them #include <assert.h> |