avcodec/wmaprodec: Remove unused variable

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

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/388/head
Andreas Rheinhardt 2 years ago
parent 649d7cbda8
commit 09eaa76a72
  1. 2
      libavcodec/wmaprodec.c

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

Loading…
Cancel
Save