зеркало из https://github.com/mozilla/gecko-dev.git
Bug 991504 - Temporary assertion removal to fix bustage in AudioSegment r=jesup
CLOSED TREE
This commit is contained in:
Родитель
7f2ab446ad
Коммит
9cbba502ef
|
@ -129,7 +129,7 @@ void AudioSegment::ResampleChunks(SpeexResamplerState* aResampler)
|
|||
Resample<int16_t>(aResampler, inRate, outRate);
|
||||
break;
|
||||
default:
|
||||
MOZ_ASSERT(false);
|
||||
// temporary bailout, see bug 991504
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче