diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-25 22:39:46 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-26 00:51:34 +0100 |
commit | 76b19a3984359b3be44d4f7e4e69b7b86729a622 (patch) | |
tree | ee381490bc907cd4fe0f2917467b8e5fcd1eb836 /libavcodec/ratecontrol.c | |
parent | d925cca95f5d2bb44632877d7f86e0df58275f52 (diff) | |
download | ffmpeg-76b19a3984359b3be44d4f7e4e69b7b86729a622.tar.gz |
Fix a number of incorrect intmath.h #includes.
Diffstat (limited to 'libavcodec/ratecontrol.c')
-rw-r--r-- | libavcodec/ratecontrol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ratecontrol.c b/libavcodec/ratecontrol.c index bfa47a9782..c3db90d5a7 100644 --- a/libavcodec/ratecontrol.c +++ b/libavcodec/ratecontrol.c @@ -25,7 +25,6 @@ * Rate control for video encoders. */ -#include "libavutil/intmath.h" #include "avcodec.h" #include "dsputil.h" #include "ratecontrol.h" |