1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

sipr: Drop unused DSPContext

This commit is contained in:
Alex Converse 2011-06-18 15:45:45 -07:00
parent 1e3d5eec8e
commit 4b84d5114d
2 changed files with 0 additions and 3 deletions

View File

@ -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;
}

View File

@ -55,7 +55,6 @@ typedef enum {
typedef struct {
AVCodecContext *avctx;
DSPContext dsp;
SiprMode mode;