diff h263.h @ 11412:811467079ec9 libavcodec

Add lots of missing includes
author mru
date Mon, 08 Mar 2010 18:43:52 +0000
parents f9e0f62a7d8a
children fdafbcef52f5
line wrap: on
line diff
--- a/h263.h	Mon Mar 08 18:43:47 2010 +0000
+++ b/h263.h	Mon Mar 08 18:43:52 2010 +0000
@@ -20,6 +20,12 @@
 #ifndef AVCODEC_H263_H
 #define AVCODEC_H263_H
 
+#include <stdint.h>
+#include "libavutil/rational.h"
+#include "get_bits.h"
+#include "mpegvideo.h"
+#include "rl.h"
+
 // The defines below define the number of bits that are read at once for
 // reading vlc values. Changing these may improve speed and data cache needs
 // be aware though that decreasing them may need the number of stages that is