comparison ratecontrol.c @ 3789:730ad999e379 libavcodec

Move the ratecontrol related code from mpegvideo.h to a separate header file.
author takis
date Fri, 29 Sep 2006 19:39:19 +0000
parents 616a81d04758
children c8c591fe26f8
comparison
equal deleted inserted replaced
3788:484d719a2028 3789:730ad999e379
23 * Rate control for video encoders. 23 * Rate control for video encoders.
24 */ 24 */
25 25
26 #include "avcodec.h" 26 #include "avcodec.h"
27 #include "dsputil.h" 27 #include "dsputil.h"
28 #include "ratecontrol.h"
28 #include "mpegvideo.h" 29 #include "mpegvideo.h"
29 #include "eval.h" 30 #include "eval.h"
30 31
31 #undef NDEBUG // allways check asserts, the speed effect is far too small to disable them 32 #undef NDEBUG // allways check asserts, the speed effect is far too small to disable them
32 #include <assert.h> 33 #include <assert.h>