summaryrefslogtreecommitdiff
path: root/libavcodec/intrax8.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-11-24 10:08:02 +0000
committerDiego Biurrun <diego@biurrun.de>2007-11-24 10:08:02 +0000
commitf0a838e52505fb48d15fb23554107cbd282f8132 (patch)
treed61bea91becb4b6ea8dcff35ebe215296c9ec1de /libavcodec/intrax8.h
parent536333a0fe2e20bd7314a589635f08a451d1e12e (diff)
Add missing #includes to fix 'make checkheaders'.
Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/intrax8.h')
-rw-r--r--libavcodec/intrax8.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/intrax8.h b/libavcodec/intrax8.h
index 2a60328e3c..fd8e36ccc4 100644
--- a/libavcodec/intrax8.h
+++ b/libavcodec/intrax8.h
@@ -19,6 +19,9 @@
#ifndef FFMPEG_INTRAX8_H
#define FFMPEG_INTRAX8_H
+#include "bitstream.h"
+#include "mpegvideo.h"
+
typedef struct{
VLC * j_ac_vlc[4];//they point to the static j_mb_vlc
VLC * j_orient_vlc;