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:
parent
1e3d5eec8e
commit
4b84d5114d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user