diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-11-24 10:08:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-11-24 10:08:02 +0000 |
commit | f0a838e52505fb48d15fb23554107cbd282f8132 (patch) | |
tree | d61bea91becb4b6ea8dcff35ebe215296c9ec1de /libavcodec | |
parent | 536333a0fe2e20bd7314a589635f08a451d1e12e (diff) | |
download | ffmpeg-f0a838e52505fb48d15fb23554107cbd282f8132.tar.gz |
Add missing #includes to fix 'make checkheaders'.
Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/intrax8.h | 3 |
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; |