]> git.sesse.net Git - ffmpeg/commitdiff
ffv1: Add missing #includes to header file
authorDiego Biurrun <diego@biurrun.de>
Sat, 20 Oct 2012 19:09:25 +0000 (21:09 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sat, 20 Oct 2012 19:10:21 +0000 (21:10 +0200)
libavcodec/ffv1.h

index 74f1159537de770383e3e0fec33d9468b3187909..4752cea95148c9ed1b221d9146c6dce1412be677 100644 (file)
 
 #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