зеркало из https://github.com/mozilla/gecko-dev.git
Backed out 1 changesets (bug 1208349) for m2 and w2/3 test failures
Backed out changeset 188a6e9a86a0 (bug 1208349)
This commit is contained in:
Родитель
fc48bbaaab
Коммит
1c9015e1a5
|
@ -275,7 +275,7 @@ CreateTestH264Decoder(layers::LayersBackend aBackend,
|
|||
PlatformDecoderModule::Init();
|
||||
|
||||
nsRefPtr<PlatformDecoderModule> platform = PlatformDecoderModule::Create();
|
||||
if (!platform || !platform->SupportsMimeType(NS_LITERAL_CSTRING("video/mp4"))) {
|
||||
if (!platform) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
@ -331,7 +331,7 @@ CreateTestAACDecoder(AudioInfo& aConfig)
|
|||
PlatformDecoderModule::Init();
|
||||
|
||||
nsRefPtr<PlatformDecoderModule> platform = PlatformDecoderModule::Create();
|
||||
if (!platform || !platform->SupportsMimeType(NS_LITERAL_CSTRING("audio/mp4"))) {
|
||||
if (!platform) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче