aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vc1data.h')
-rw-r--r--libavcodec/vc1data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/vc1data.h b/libavcodec/vc1data.h
index b2ca961999..786e311035 100644
--- a/libavcodec/vc1data.h
+++ b/libavcodec/vc1data.h
@@ -28,6 +28,10 @@
#ifndef VC1DATA_H
#define VC1DATA_H
+#include <stdint.h>
+#include "bitstream.h"
+#include "rational.h"
+
/** Table for conversion between TTBLK and TTMB */
extern const int ff_vc1_ttblk_to_tt[3][8];