[FFmpeg-cvslog] h264 intra pred: add missing includes.

Ronald S. Bultje git at videolan.org
Mon Feb 11 01:11:01 CET 2013


ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Sun Feb 10 15:59:20 2013 -0800| [55e35c98d5f3159e5902616bdce01add685510b5] | committer: Michael Niedermayer

h264 intra pred: add missing includes.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55e35c98d5f3159e5902616bdce01add685510b5
---

 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"



More information about the ffmpeg-cvslog mailing list