diff ratecontrol.c @ 3786:616a81d04758 libavcodec

Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and put it in a separate file.
author takis
date Fri, 29 Sep 2006 19:33:04 +0000
parents 8e1ed8300165
children 730ad999e379
line wrap: on
line diff
--- a/ratecontrol.c	Thu Sep 28 22:03:52 2006 +0000
+++ b/ratecontrol.c	Fri Sep 29 19:33:04 2006 +0000
@@ -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>