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/mediasource | |
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/mediasource')
-rw-r--r-- | dom/media/mediasource/MediaSource.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/media/mediasource/MediaSource.cpp b/dom/media/mediasource/MediaSource.cpp index af541bbbb..152c0085a 100644 --- a/dom/media/mediasource/MediaSource.cpp +++ b/dom/media/mediasource/MediaSource.cpp @@ -62,8 +62,6 @@ namespace mozilla { // Returns true if we should enable MSE webm regardless of preferences. // 1. If MP4/H264 isn't supported: -// * Windows XP -// * Windows Vista and Server 2008 without the optional "Platform Update Supplement" // * N/KN editions (Europe and Korea) of Windows 7/8/8.1/10 without the // optional "Windows Media Feature Pack" // 2. If H264 hardware acceleration is not available. |