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/dsputil.c
parent75d5156ac1526c732464d11329cd63a0258b1cae (diff)
dsputil: Move ff_shrink* function declarations to separate header
Diffstat (limited to 'libavcodec/dsputil.c')
-rw-r--r--libavcodec/dsputil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c
index 2980684c64..9015d9dd65 100644
--- a/libavcodec/dsputil.c
+++ b/libavcodec/dsputil.c
@@ -34,6 +34,7 @@
#include "simple_idct.h"
#include "faandct.h"
#include "faanidct.h"
+#include "imgconvert.h"
#include "mathops.h"
#include "mpegvideo.h"
#include "config.h"