[FFmpeg-devel] [PATCH 26/33] add videodsp include for ff_emulated_edge prototypes

Ronald S. Bultje rsbultje at gmail.com
Wed Feb 6 04:27:39 CET 2013


From: "Ronald S. Bultje" <rsbultje at gmail.com>

---
 libavcodec/videodsp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/videodsp.c b/libavcodec/videodsp.c
index f91bac3..1ee195f 100644
--- a/libavcodec/videodsp.c
+++ b/libavcodec/videodsp.c
@@ -20,6 +20,7 @@
 
 #include "libavutil/avassert.h"
 #include "libavutil/common.h"
+#include "dsputil.h" // for ff_emulated_edge_mc_8/16 prototypes
 #include "videodsp.h"
 
 #define BIT_DEPTH 8
-- 
1.7.11.3



More information about the ffmpeg-devel mailing list