comparison 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
comparison
equal deleted inserted replaced
5934:bd5f4dc81fbe 5935:5bfa6df53349
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 */ 17 */
18 18
19 #ifndef FFMPEG_INTRAX8_H 19 #ifndef FFMPEG_INTRAX8_H
20 #define FFMPEG_INTRAX8_H 20 #define FFMPEG_INTRAX8_H
21
22 #include "bitstream.h"
23 #include "mpegvideo.h"
21 24
22 typedef struct{ 25 typedef struct{
23 VLC * j_ac_vlc[4];//they point to the static j_mb_vlc 26 VLC * j_ac_vlc[4];//they point to the static j_mb_vlc
24 VLC * j_orient_vlc; 27 VLC * j_orient_vlc;
25 VLC * j_dc_vlc[3]; 28 VLC * j_dc_vlc[3];