[FFmpeg-devel] [PATCH 25/33] h264: add h264dsp include for h264idct prototypes.

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


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

---
 libavcodec/h264idct.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/h264idct.c b/libavcodec/h264idct.c
index d92025c..ffeed95 100644
--- a/libavcodec/h264idct.c
+++ b/libavcodec/h264idct.c
@@ -25,6 +25,8 @@
  * @author Michael Niedermayer <michaelni at gmx.at>
  */
 
+#include "h264dsp.h"
+
 #define BIT_DEPTH 8
 #include "h264idct_template.c"
 #undef BIT_DEPTH
-- 
1.7.11.3



More information about the ffmpeg-devel mailing list