summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-07 21:43:58 +0100
committerDiego Biurrun <diego@biurrun.de>2013-02-07 22:08:19 +0100
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"