Commit 4b84d511 authored by Alex Converse's avatar Alex Converse

sipr: Drop unused DSPContext

parent 1e3d5eec
......@@ -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;
}
......
......@@ -55,7 +55,6 @@ typedef enum {
typedef struct {
AVCodecContext *avctx;
DSPContext dsp;
SiprMode mode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment