diff rl.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 1f1a0e67b961
children e0e53ab5a77a
line wrap: on
line diff
--- a/rl.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/rl.h	Sat Jun 16 22:59:13 2007 +0000
@@ -6,6 +6,10 @@
 #ifndef AVCODEC_RL_H
 #define AVCODEC_RL_H
 
+#include <stdint.h>
+#include "bitstream.h"
+#include "mpegvideo.h"
+
 /** RLTable. */
 typedef struct RLTable {
     int n;                         ///< number of entries of table_vlc minus 1