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/platforms | |
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/platforms')
-rw-r--r-- | dom/media/platforms/wmf/WMFDecoderModule.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dom/media/platforms/wmf/WMFDecoderModule.h b/dom/media/platforms/wmf/WMFDecoderModule.h index cd7b8c660..6582f8056 100644 --- a/dom/media/platforms/wmf/WMFDecoderModule.h +++ b/dom/media/platforms/wmf/WMFDecoderModule.h @@ -40,10 +40,8 @@ public: static int GetNumDecoderThreads(); // Accessors that report whether we have the required MFTs available - // on the system to play various codecs. Windows Vista doesn't have the - // H.264/AAC decoders if the "Platform Update Supplement for Windows Vista" - // is not installed, and Window N and KN variants also require a "Media - // Feature Pack" to be installed. Windows XP doesn't have WMF. + // on the system to play various codecs. Windows N and KN variants + // require a "Media Feature Pack" to be installed. static bool HasAAC(); static bool HasH264(); |