avcodec/aacsbr_template: Remove unused-but-set variable

Also fixes a -Wdeclaration-after-statement.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
release/7.1
Andreas Rheinhardt 6 months ago
parent 0d5e3f5a40
commit f26255962c
  1. 2
      libavcodec/aacsbr_template.c

@ -1268,8 +1268,6 @@ int ff_aac_sbr_decode_usac_data(AACDecContext *ac, ChannelElement *che,
sbr->ready_for_dequant = 1;
int start = get_bits_count(gb);
if (sbr_ch == 1) { /* sbr_single_channel_element */
/* if (harmonicSBR) ... */

Loading…
Cancel
Save