Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-09-24 18:51:33 +0400
committerDiego Biurrun <diego@biurrun.de>2012-09-27 14:02:33 +0400
commit0ae3ba8daaab9b6b2679225f5d08046ffbcd6250 (patch)
treeab5731abbb824c6189f484b80a6e79f52d31ec9c /libavcodec/utils.c
parentbcc1f7caeb3ffce072e7f79412383a2da016f848 (diff)
avcodec: Drop long-deprecated imgconvert.h header
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c1
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"