Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-08 21:43:52 +0300
committerMåns Rullgård <mans@mansr.com>2010-03-08 21:43:52 +0300
commit9c9a0840d04b694df9d67e7dc344f813055239e0 (patch)
treeec6b247dffeb1094c1536dc23f8bccf1a54a0e2a /libavcodec/mpeg4video.h
parent8eecdc8b789e3fa5b640ddd26e29e9254a1dffe3 (diff)
Add lots of missing includes
Originally committed as revision 22337 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg4video.h')
-rw-r--r--libavcodec/mpeg4video.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h
index bf87626571..aab32364e5 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -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