diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-09-24 16:51:33 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-09-27 12:02:33 +0200 |
commit | 0ae3ba8daaab9b6b2679225f5d08046ffbcd6250 (patch) | |
tree | ab5731abbb824c6189f484b80a6e79f52d31ec9c /libavcodec/utils.c | |
parent | bcc1f7caeb3ffce072e7f79412383a2da016f848 (diff) | |
download | ffmpeg-0ae3ba8daaab9b6b2679225f5d08046ffbcd6250.tar.gz |
avcodec: Drop long-deprecated imgconvert.h header
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r-- | libavcodec/utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 0e4048ec6e..c08bad5e02 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -37,7 +37,6 @@ #include "avcodec.h" #include "dsputil.h" #include "libavutil/opt.h" -#include "imgconvert.h" #include "thread.h" #include "audioconvert.h" #include "internal.h" |