mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
make sure that the last coupling band stops at the end of the coupling range
Originally committed as revision 11438 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c807e68f46
commit
4bc829bb8f
@ -840,6 +840,7 @@ static int ac3_parse_audio_block(AC3DecodeContext *s, int blk)
|
||||
s->num_cpl_bands--;
|
||||
}
|
||||
}
|
||||
s->cpl_band_struct[s->num_cpl_subbands-1] = 0;
|
||||
} else {
|
||||
/* coupling not in use */
|
||||
for (ch = 1; ch <= fbw_channels; ch++)
|
||||
|
Loading…
Reference in New Issue
Block a user