diff mpeg4video.h @ 11412:811467079ec9 libavcodec

Add lots of missing includes
author mru
date Mon, 08 Mar 2010 18:43:52 +0000
parents 34739b965809
children
line wrap: on
line diff
--- a/mpeg4video.h	Mon Mar 08 18:43:47 2010 +0000
+++ b/mpeg4video.h	Mon Mar 08 18:43:52 2010 +0000
@@ -23,6 +23,11 @@
 #ifndef AVCODEC_MPEG4VIDEO_H
 #define AVCODEC_MPEG4VIDEO_H
 
+#include <stdint.h>
+#include "get_bits.h"
+#include "mpegvideo.h"
+#include "rl.h"
+
 // shapes
 #define RECT_SHAPE       0
 #define BIN_SHAPE        1