mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 979761 - [RTSP] Crash when playing RTSP streaming with MPEG AAC Audio codec (regression caused by bug 970271). r=vchang
This commit is contained in:
parent
e000a04c10
commit
974270675b
@ -108,6 +108,7 @@ static status_t parseAudioObjectType(
|
||||
static status_t parseGASpecificConfig(
|
||||
ABitReader *bits,
|
||||
unsigned audioObjectType, unsigned channelConfiguration) {
|
||||
/*unsigned frameLengthFlag = */bits->getBits(1);
|
||||
unsigned dependsOnCoreCoder = bits->getBits(1);
|
||||
if (dependsOnCoreCoder) {
|
||||
/* unsigned coreCoderDelay = */bits->getBits(1);
|
||||
|
Loading…
Reference in New Issue
Block a user