[FFmpeg-cvslog] avcodec/hevcpred: fix make checkheaders.

Clément Bœsch git at videolan.org
Thu Oct 17 21:35:57 CEST 2013


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Thu Oct 17 21:25:14 2013 +0200| [0bf85803545d14b004d86a741a1cde7fb9530c0c] | committer: Clément Bœsch

avcodec/hevcpred: fix make checkheaders.

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

 libavcodec/hevcpred.h |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/libavcodec/hevcpred.h b/libavcodec/hevcpred.h
index fe7cbb8..4dead2e 100644
--- a/libavcodec/hevcpred.h
+++ b/libavcodec/hevcpred.h
@@ -23,6 +23,9 @@
 #ifndef AVCODEC_HEVCPRED_H
 #define AVCODEC_HEVCPRED_H
 
+#include <stddef.h>
+#include <stdint.h>
+
 struct HEVCContext;
 
 typedef struct HEVCPredContext {



More information about the ffmpeg-cvslog mailing list