From f079a64aea0d19dd7adfc045747cd4b4dfb6225c Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Tue, 3 Aug 2010 20:59:00 +0000 Subject: Move cavs dsp functions to their own struct Originally committed as revision 24685 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cavs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/cavs.h') diff --git a/libavcodec/cavs.h b/libavcodec/cavs.h index 729c83ea7b..dfa320fa84 100644 --- a/libavcodec/cavs.h +++ b/libavcodec/cavs.h @@ -24,6 +24,7 @@ #include "dsputil.h" #include "mpegvideo.h" +#include "cavsdsp.h" #define SLICE_MAX_START_CODE 0x000001af #define EXT_START_CODE 0x000001b5 @@ -153,6 +154,7 @@ struct dec_2dvlc { typedef struct { MpegEncContext s; + CAVSDSPContext cdsp; Picture picture; ///< currently decoded frame Picture DPB[2]; ///< reference frames int dist[2]; ///< temporal distances from current frame to ref frames -- cgit v1.2.3