diff intrax8.h @ 5935:5bfa6df53349 libavcodec

Add missing #includes to fix 'make checkheaders'.
author diego
date Sat, 24 Nov 2007 10:08:02 +0000
parents 36a80fc5d25c
children 1d735690e172
line wrap: on
line diff
--- a/intrax8.h	Fri Nov 23 00:52:56 2007 +0000
+++ b/intrax8.h	Sat Nov 24 10:08:02 2007 +0000
@@ -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;