Closed
Bug 1643454
Opened 5 years ago
Closed 5 years ago
Add support for 9 bit color depth color conversion
Categories
(Core :: Graphics, enhancement, P2)
Core
Graphics
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bryce, Assigned: bryce)
References
Details
Attachments
(2 obsolete files)
The Widevine CDM says it can output 9 bit depth planes so in order to implement bug 1643410 we should support conversions from 9 -> 8 depth.
| Assignee | ||
Comment 1•5 years ago
|
||
This should allow the functions in YCbCrUtils to handle conversion from 9 bit to
8 depths.
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D78378
Updated•5 years ago
|
Attachment #9154346 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9154347 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•5 years ago
|
||
Since 9bit pixel formats are unlikely to exist in the wild we'll handle them by erroring if we encounter them, which I'll implement in Widevine patches. My suspicion is Google have these formats in their code because ffmpeg has them in its format list, but realistically it seems like we're not going to run into such a pixel format.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•