comparison 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
comparison
equal deleted inserted replaced
3785:5b987af96509 3786:616a81d04758
24 */ 24 */
25 25
26 #include "avcodec.h" 26 #include "avcodec.h"
27 #include "dsputil.h" 27 #include "dsputil.h"
28 #include "mpegvideo.h" 28 #include "mpegvideo.h"
29 #include "eval.h"
29 30
30 #undef NDEBUG // allways check asserts, the speed effect is far too small to disable them 31 #undef NDEBUG // allways check asserts, the speed effect is far too small to disable them
31 #include <assert.h> 32 #include <assert.h>
32 33
33 #ifndef M_E 34 #ifndef M_E