Open
Bug 1393784
Opened 7 years ago
Updated 2 years ago
Take the channel mask into account when decoding audio using WMF
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | affected |
People
(Reporter: padenot, Unassigned)
References
(Blocks 1 open bug)
Details
Here [0], we should be querying the channel mask and moving channels around if needed.
`MF_MT_AUDIO_CHANNEL_MASK` [1] is the attribute we need to query.
[0]: http://searchfox.org/mozilla-central/source/dom/media/platforms/wmf/WMFAudioMFTManager.cpp#211
[1]: https://msdn.microsoft.com/en-us/library/windows/desktop/ms705633(v=vs.85).aspx
This bug lacks a description of user impact, so I'm guessing P3 is appropriate.
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•