Merge pull request #12297 from Filoppi/improve_paper_white

Change HDR paper white default to 203 to match the ITU recommendations
This commit is contained in:
JosJuice
2023-11-26 18:03:39 +01:00
committed by GitHub
3 changed files with 5 additions and 4 deletions

View File

@ -142,8 +142,9 @@ struct VideoConfig final
float fSDRDisplayCustomGamma = 2.2f;
// HDR:
// 200 is a good default value that matches the brightness of many SDR screens
float fHDRPaperWhiteNits = 200.f;
// 203 is a good default value that matches the brightness of many SDR screens.
// It's also the value recommended by the ITU.
float fHDRPaperWhiteNits = 203.f;
} color_correction;
// Information