diff h264data.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 113f3b395bac
children 9ecbfc0c82bf
line wrap: on
line diff
--- a/h264data.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/h264data.h	Sat Jun 16 22:59:13 2007 +0000
@@ -27,6 +27,10 @@
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
+#include <stdint.h>
+#include "mpegvideo.h"
+#include "rational.h"
+
 #define VERT_PRED             0
 #define HOR_PRED              1
 #define DC_PRED               2