From 4b84d5114d760627a990e66724e3a1e9e1d1286f Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Sat, 18 Jun 2011 15:45:45 -0700 Subject: sipr: Drop unused DSPContext --- libavcodec/sipr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/sipr.c') diff --git a/libavcodec/sipr.c b/libavcodec/sipr.c index 85d1419ef9..2e86861706 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; } -- cgit v1.2.3