Module: libav
Branch: master
Commit: 6cfca5b6ae5a2212082408ee751facd37810d606

Author:    Diego Biurrun <di...@biurrun.de>
Committer: Diego Biurrun <di...@biurrun.de>
Date:      Sat Oct 20 21:09:25 2012 +0200

ffv1: Add missing #includes to header file

---

 libavcodec/ffv1.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h
index 74f1159..4752cea 100644
--- a/libavcodec/ffv1.h
+++ b/libavcodec/ffv1.h
@@ -22,7 +22,14 @@
 
 #ifndef AVCODEC_FFV1_H
 #define AVCODEC_FFV1_H
+
+#include <stdint.h>
+
 #include "avcodec.h"
+#include "dsputil.h"
+#include "get_bits.h"
+#include "put_bits.h"
+#include "rangecoder.h"
 
 #define MAX_PLANES 4
 #define CONTEXT_SIZE 32

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to