From 15616eb04206b64bcf08ad351f4c754e69e00666 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 25 Aug 2012 14:35:52 +0100 Subject: intrax8: move functions from dsputil to own context Signed-off-by: Mans Rullgard --- libavcodec/intrax8.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/intrax8.h') 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; -- cgit v1.2.3