forked from FFmpeg/FFmpeg
wmalosslessdec: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d40e2c7a86
commit
b0545800bd
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,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, num_possible_block_sizes;
|
int i, bits, 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…
Add table
Reference in a new issue