1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avcodec/wmaprodec: Remove unused variable

Unused since 5f1111e42e
(replaced by a new "err" variable).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-11-06 18:09:01 +01:00
parent 649d7cbda8
commit 09eaa76a72

View File

@ -360,7 +360,7 @@ static av_cold int decode_init(WMAProDecodeCtx *s, AVCodecContext *avctx, int nu
static AVOnce init_static_once = AV_ONCE_INIT;
uint8_t *edata_ptr = avctx->extradata;
unsigned int channel_mask;
int i, bits, ret;
int i, bits;
int log2_max_num_subframes;
int num_possible_block_sizes;