Bug 991504 - Temporary assertion removal to fix bustage in AudioSegment r=jesup

CLOSED TREE
This commit is contained in:
Randell Jesup 2014-04-07 13:50:28 -04:00
Родитель 7f2ab446ad
Коммит 9cbba502ef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}
}