Bug 1898588 - part2 : remove duplicated method 'EncryptionSchemeStr'. r=media-playback-reviewers,padenot

Differential Revision: https://phabricator.services.mozilla.com/D211643
This commit is contained in:
alwu
2024-05-28 21:10:38 +00:00
parent f1d0a686b0
commit 03946889a0
5 changed files with 5 additions and 20 deletions

View File

@@ -237,7 +237,7 @@ void UtilityAudioDecoderChild::GetKeySystemCapabilities(
}
for (const auto& e : capabilities.encryptionSchemes()) {
EME_LOG(" capabilities: encryptionScheme=%s",
EncryptionSchemeStr(e));
CryptoSchemeToString(e));
}
auto* info = cdmInfo.AppendElement(fallible);
if (!info) {