Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918

This commit is contained in:
trav90 2018-10-18 06:04:57 -05:00 committed by Roy Tam
commit 2ab8fcbfd1
370 changed files with 56185 additions and 32026 deletions

View file

@ -218,7 +218,7 @@ AOMDecoder::IsSupportedCodec(const nsAString& aCodecType)
// for a specific aom commit hash so sites can check
// compatibility.
auto version = NS_ConvertASCIItoUTF16("av1.experimental.");
version.AppendLiteral("aadbb0251996c8ebb8310567bea330ab7ae9abe4");
version.AppendLiteral("f5bdeac22930ff4c6b219be49c843db35970b918");
return aCodecType.EqualsLiteral("av1") ||
aCodecType.Equals(version);
}