diff options
author | Alex Converse <alex.converse@gmail.com> | 2011-06-18 15:45:45 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-06-18 22:12:21 -0700 |
commit | 4b84d5114d760627a990e66724e3a1e9e1d1286f (patch) | |
tree | e90b15acfff3842fa29bfe04c1fbba34d54c5ff3 /libavcodec/sipr.c | |
parent | 1e3d5eec8e758cfdd76370c80b9d0cc76c2c7b84 (diff) | |
download | ffmpeg-4b84d5114d760627a990e66724e3a1e9e1d1286f.tar.gz |
sipr: Drop unused DSPContext
Diffstat (limited to 'libavcodec/sipr.c')
-rw-r--r-- | libavcodec/sipr.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |