comparison ratecontrol.c @ 4795:522e52c630bd libavcodec

typos/grammar
author diego
date Sat, 07 Apr 2007 14:09:20 +0000
parents a96d905dcbaa
children 6c7f4ece59ed
comparison
equal deleted inserted replaced
4794:2c9f06854306 4795:522e52c630bd
29 #include "dsputil.h" 29 #include "dsputil.h"
30 #include "ratecontrol.h" 30 #include "ratecontrol.h"
31 #include "mpegvideo.h" 31 #include "mpegvideo.h"
32 #include "eval.h" 32 #include "eval.h"
33 33
34 #undef NDEBUG // allways check asserts, the speed effect is far too small to disable them 34 #undef NDEBUG // Always check asserts, the speed effect is far too small to disable them.
35 #include <assert.h> 35 #include <assert.h>
36 36
37 #ifndef M_E 37 #ifndef M_E
38 #define M_E 2.718281828 38 #define M_E 2.718281828
39 #endif 39 #endif