From 4b84d5114d760627a990e66724e3a1e9e1d1286f Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Sat, 18 Jun 2011 15:45:45 -0700 Subject: [PATCH] sipr: Drop unused DSPContext --- libavcodec/sipr.c | 2 -- libavcodec/sipr.h | 1 - 2 files changed, 3 deletions(-) diff --git a/libavcodec/sipr.c b/libavcodec/sipr.c index 85d1419ef..2e8686170 100644 --- a/libavcodec/sipr.c +++ b/libavcodec/sipr.c @@ -496,8 +496,6 @@ static av_cold int sipr_decoder_init(AVCodecContext * avctx) avctx->sample_fmt = AV_SAMPLE_FMT_FLT; - dsputil_init(&ctx->dsp, avctx); - return 0; } diff --git a/libavcodec/sipr.h b/libavcodec/sipr.h index 33984b1ba..5b2198ea8 100644 --- a/libavcodec/sipr.h +++ b/libavcodec/sipr.h @@ -55,7 +55,6 @@ typedef enum { typedef struct { AVCodecContext *avctx; - DSPContext dsp; SiprMode mode; -- 2.11.0