[FFmpeg-cvslog] ffv1: Add missing #includes to header file
Diego Biurrun
git at videolan.org
Sun Oct 21 17:04:01 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Oct 20 21:09:25 2012 +0200| [6cfca5b6ae5a2212082408ee751facd37810d606] | committer: Diego Biurrun
ffv1: Add missing #includes to header file
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6cfca5b6ae5a2212082408ee751facd37810d606
---
libavcodec/ffv1.h | 7 +++++++
1 file changed, 7 insertions(+)
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
More information about the ffmpeg-cvslog
mailing list