mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
wmalosslessdec: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b9a7719828
commit
89074e9066
@ -176,7 +176,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
|
|||||||
WmallDecodeCtx *s = avctx->priv_data;
|
WmallDecodeCtx *s = avctx->priv_data;
|
||||||
uint8_t *edata_ptr = avctx->extradata;
|
uint8_t *edata_ptr = avctx->extradata;
|
||||||
unsigned int channel_mask;
|
unsigned int channel_mask;
|
||||||
int i, bits, log2_max_num_subframes;
|
int i, log2_max_num_subframes;
|
||||||
|
|
||||||
s->avctx = avctx;
|
s->avctx = avctx;
|
||||||
init_put_bits(&s->pb, s->frame_data, MAX_FRAMESIZE);
|
init_put_bits(&s->pb, s->frame_data, MAX_FRAMESIZE);
|
||||||
|
Loading…
Reference in New Issue
Block a user