diff options
Diffstat (limited to 'libavcodec/intrax8.h')
-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; |