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>2013-02-08 00:43:58 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-08 01:08:19 +0400
commit35685a3c2a1ec09f3c62dcfc4368fe9e92bcddf6 (patch)
tree229fc320236aa2c3ba9f3eda4f95f1ffaefa0b46 /libavcodec/imgconvert.c
parent75d5156ac1526c732464d11329cd63a0258b1cae (diff)
dsputil: Move ff_shrink* function declarations to separate header
Diffstat (limited to 'libavcodec/imgconvert.c')
-rw-r--r--libavcodec/imgconvert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c
index ff4236e649..36c24dfa88 100644
--- a/libavcodec/imgconvert.c
+++ b/libavcodec/imgconvert.c
@@ -32,6 +32,7 @@
#include "avcodec.h"
#include "dsputil.h"
+#include "imgconvert.h"
#include "internal.h"
#include "libavutil/colorspace.h"
#include "libavutil/common.h"