1
0

avcodec/aacsbr_template: Remove unused-but-set variable

Also fixes a -Wdeclaration-after-statement.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-06-23 20:25:15 +02:00
parent 0d5e3f5a40
commit f26255962c

View File

@ -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) ... */