From c7e3e55429cba3a9e125be382a9ad3d9f3c1a423 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 10 Feb 2013 15:59:21 -0800 Subject: Move ff_emulated_edge_mc prototypes to videodsp. Signed-off-by: Michael Niedermayer --- libavcodec/diracdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/diracdec.c') diff --git a/libavcodec/diracdec.c b/libavcodec/diracdec.c index a9191cd9cd..a791e8835a 100644 --- a/libavcodec/diracdec.c +++ b/libavcodec/diracdec.c @@ -37,6 +37,7 @@ #include "dirac_dwt.h" #include "dirac.h" #include "diracdsp.h" +#include "videodsp.h" // for ff_emulated_edge_mc_8 /** * The spec limits the number of wavelet decompositions to 4 for both -- cgit v1.2.3