From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavcodec/intrax8.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ffmpeg/libavcodec/intrax8.h') diff --git a/ffmpeg/libavcodec/intrax8.h b/ffmpeg/libavcodec/intrax8.h index 40d689a..9981785 100644 --- a/ffmpeg/libavcodec/intrax8.h +++ b/ffmpeg/libavcodec/intrax8.h @@ -22,6 +22,7 @@ #include "get_bits.h" #include "mpegvideo.h" #include "intrax8dsp.h" +#include "wmv2dsp.h" typedef struct IntraX8Context { VLC * j_ac_vlc[4];//they point to the static j_mb_vlc @@ -32,6 +33,8 @@ typedef struct IntraX8Context { //set by ff_intrax8_common_init uint8_t * prediction_table;//2*(mb_w*2) ScanTable scantable[3]; + WMV2DSPContext wdsp; + uint8_t idct_permutation[64]; //set by the caller codec MpegEncContext * s; IntraX8DSPContext dsp; -- cgit v1.2.3