mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Convert the Web Audio DynamicsCompressorNode fatal assertion to a warning, because it should not be a fatal assertion (no bug)
This commit is contained in:
parent
3e28c1b760
commit
40824c7e13
@ -154,7 +154,7 @@ void DynamicsCompressor::process(const AudioChunk* sourceChunk, AudioChunk* dest
|
||||
break;
|
||||
default:
|
||||
// FIXME : support other number of channels.
|
||||
NS_NOTREACHED("Support other number of channels");
|
||||
NS_WARNING("Support other number of channels");
|
||||
destinationChunk->SetNull(WEBAUDIO_BLOCK_SIZE);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user