mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
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:
parent
0d5e3f5a40
commit
f26255962c
@ -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…
Reference in New Issue
Block a user