diff options
author | trav90 <travawine@palemoon.org> | 2018-11-18 21:59:15 -0600 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-11-18 21:59:15 -0600 |
commit | 011ec4885e7fdef229309d966c7fa0b98bcdfed8 (patch) | |
tree | 6a48a7ccf7c6b92940afda9fc9f0cb1f9668ded5 /dom/media/gmp | |
parent | a5bdec9a680e926d8b9e828fe748fb50a57ed914 (diff) | |
download | UXP-011ec4885e7fdef229309d966c7fa0b98bcdfed8.tar UXP-011ec4885e7fdef229309d966c7fa0b98bcdfed8.tar.gz UXP-011ec4885e7fdef229309d966c7fa0b98bcdfed8.tar.lz UXP-011ec4885e7fdef229309d966c7fa0b98bcdfed8.tar.xz UXP-011ec4885e7fdef229309d966c7fa0b98bcdfed8.zip |
Cleanup some comments in our media code.
Diffstat (limited to 'dom/media/gmp')
-rw-r--r-- | dom/media/gmp/GMPParent.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dom/media/gmp/GMPParent.cpp b/dom/media/gmp/GMPParent.cpp index 40c3e5141..418f14736 100644 --- a/dom/media/gmp/GMPParent.cpp +++ b/dom/media/gmp/GMPParent.cpp @@ -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()) { |