mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Cleanup some comments in our media code.
This commit is contained in:
parent
3c9d8715a7
commit
ae5c83e90d
4 changed files with 4 additions and 9 deletions
|
|
@ -516,8 +516,7 @@ GMPCapability::Supports(const nsTArray<GMPCapability>& aCapabilities,
|
|||
#ifdef XP_WIN
|
||||
// Clearkey on Windows advertises that it can decode in its GMP info
|
||||
// file, but uses Windows Media Foundation to decode. That's not present
|
||||
// on Windows XP, and on some Vista, Windows N, and KN variants without
|
||||
// certain services packs.
|
||||
// on Windows N and KN variants without certain services packs.
|
||||
if (tag.Equals(kEMEKeySystemClearkey)) {
|
||||
if (capabilities.mAPIName.EqualsLiteral(GMP_API_VIDEO_DECODER)) {
|
||||
if (!WMFDecoderModule::HasH264()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue