From 771ba8f206e23f753f4f8ab04d2f6251911bfd99 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 10 Mar 2013 14:14:35 -0700 Subject: snow: use hpeldsp instead of dsputil for half-pel functions. --- libavcodec/snow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/snow.h') diff --git a/libavcodec/snow.h b/libavcodec/snow.h index a3b0512490..922a48e54d 100644 --- a/libavcodec/snow.h +++ b/libavcodec/snow.h @@ -23,6 +23,7 @@ #define AVCODEC_SNOW_H #include "dsputil.h" +#include "hpeldsp.h" #include "snow_dwt.h" #include "rangecoder.h" @@ -109,6 +110,7 @@ typedef struct SnowContext{ AVCodecContext *avctx; RangeCoder c; DSPContext dsp; + HpelDSPContext hdsp; VideoDSPContext vdsp; H264QpelContext h264qpel; SnowDWTContext dwt; -- cgit v1.2.3