From 2d60444331fca1910510038dd3817bea885c2367 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 8 Feb 2014 02:59:58 +0100 Subject: dsputil: Split motion estimation compare bits off into their own context --- libavcodec/svq1enc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/svq1enc.h') diff --git a/libavcodec/svq1enc.h b/libavcodec/svq1enc.h index 1fe2815f19..516e875657 100644 --- a/libavcodec/svq1enc.h +++ b/libavcodec/svq1enc.h @@ -25,9 +25,9 @@ #include "libavutil/frame.h" #include "avcodec.h" -#include "dsputil.h" #include "get_bits.h" #include "hpeldsp.h" +#include "me_cmp.h" #include "mpegvideo.h" #include "put_bits.h" @@ -37,7 +37,7 @@ typedef struct SVQ1EncContext { * of MpegEncContext, so this will be removed then. */ MpegEncContext m; AVCodecContext *avctx; - DSPContext dsp; + MECmpContext mecc; HpelDSPContext hdsp; AVFrame *current_picture; AVFrame *last_picture; -- cgit v1.2.3