diff vc1data.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 845386be542c
children 1d83e9c34641
line wrap: on
line diff
--- a/vc1data.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/vc1data.h	Sat Jun 16 22:59:13 2007 +0000
@@ -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];