mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Update TODO link for mastering luminance
PiperOrigin-RevId: 623186293
This commit is contained in:
parent
2622e566d3
commit
24e92bb04f
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ highp vec3 applyPqBt2020ToBt709Ootf(highp vec3 linearRgbBt2020) {
|
|||
// Also happens to match Netflix's minimum HDR mastering guidelines:
|
||||
// https://partnerhelp.netflixstudios.com/hc/en-us/articles/360000599948-Dolby-Vision-HDR-Mastering-Guidelines
|
||||
//
|
||||
// TODO: b/290553698 - Use max_display_mastering_luminance from
|
||||
// TODO: b/314971953 - Use max_display_mastering_luminance from
|
||||
// ColorInfo.hdrStaticInfo in the bitstream instead.
|
||||
const float maxMasteringLuminance = 1000.0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue