From d241f51e0f7c08060d2fa72117e2a1f273ab0c72 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Tue, 9 Aug 2011 11:00:09 +0200 Subject: Move RV3/4-specific DSP functions into their own context Signed-off-by: Ronald S. Bultje --- libavcodec/rv34.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/rv34.h') diff --git a/libavcodec/rv34.h b/libavcodec/rv34.h index c9f4ff7a13..811afb4a80 100644 --- a/libavcodec/rv34.h +++ b/libavcodec/rv34.h @@ -32,6 +32,7 @@ #include "mpegvideo.h" #include "h264pred.h" +#include "rv34dsp.h" #define MB_TYPE_SEPARATE_DC 0x01000000 #define IS_SEPARATE_DC(a) ((a) & MB_TYPE_SEPARATE_DC) @@ -83,6 +84,7 @@ typedef struct SliceInfo{ /** decoder context */ typedef struct RV34DecContext{ MpegEncContext s; + RV34DSPContext rdsp; int8_t *intra_types_hist;///< old block types, used for prediction int8_t *intra_types; ///< block types int intra_types_stride;///< block types array stride -- cgit v1.2.3