[FFmpeg-devel] [PATCH 01/33] h264 intra pred: add missing includes.

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


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

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

diff --git a/libavcodec/h264pred.c b/libavcodec/h264pred.c
index db483c9..29c529a 100644
--- a/libavcodec/h264pred.c
+++ b/libavcodec/h264pred.c
@@ -27,6 +27,8 @@
 
 #include "libavutil/avassert.h"
 #include "h264pred.h"
+#include "dsputil.h" // for ff_cropTbl
+#include "avcodec.h" // for AV_CODEC_ID_*
 
 #define BIT_DEPTH 8
 #include "h264pred_template.c"
-- 
1.7.11.3



More information about the ffmpeg-devel mailing list