X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fintrax8.h;h=be984f8df7a615d2f0d198410c8bd76a4bf29871;hp=3a58938cc32afc5b11f4b76010596f739afbb7cc;hb=15616eb04206b64bcf08ad351f4c754e69e00666;hpb=12c8912de2f2c1a235a7578d6a288e217c3fb504;ds=sidebyside diff --git a/libavcodec/intrax8.h b/libavcodec/intrax8.h index 3a58938cc3..be984f8df7 100644 --- a/libavcodec/intrax8.h +++ b/libavcodec/intrax8.h @@ -21,6 +21,7 @@ #include "get_bits.h" #include "mpegvideo.h" +#include "intrax8dsp.h" typedef struct{ VLC * j_ac_vlc[4];//they point to the static j_mb_vlc @@ -33,6 +34,7 @@ typedef struct{ ScanTable scantable[3]; //set by the caller codec MpegEncContext * s; + IntraX8DSPContext dsp; int quant; int dquant; int qsum;