Open
Bug 1859368
Opened 1 year ago
Updated 4 months ago
On windows AV1 hardware support might be wrong in about:support
Categories
(Core :: Audio/Video: Playback, task, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: alwu, Unassigned)
References
(Blocks 1 open bug)
Details
This is the code we use to check whether AV1 is supported by WMFDecoderModule.
However, the result MFDecoder returns isn't precise, and that is why we also check DXVA as well when creating a real decoder.
So we should consider to check DXVA result in WMFDecoderModule as well to ensure the result correct.
Reporter | ||
Comment 2•11 months ago
|
||
Profiled result from Bug 1870946 comment 5 : https://share.firefox.dev/48tkPuy
Reporter | ||
Updated•8 months ago
|
Blocks: about-codec-support
You need to log in
before you can comment on or make changes to this bug.
Description
•