mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-18 14:20:06 +00:00
Revert "Use Rec 2020 colorspace for WCG support even if HDR is off on the host"
Rec 2020 conversion causes colors to be blown out in SDR
This reverts commit 472e8ee92e.
This commit is contained in:
@@ -470,7 +470,7 @@ VAAPIRenderer::isDirectRenderingSupported()
|
||||
return false;
|
||||
}
|
||||
|
||||
int VAAPIRenderer::getDecoderSdrColorspace()
|
||||
int VAAPIRenderer::getDecoderColorspace()
|
||||
{
|
||||
// Gallium drivers don't support Rec 709 yet - https://gitlab.freedesktop.org/mesa/mesa/issues/1915
|
||||
// Intel-vaapi-driver defaults to Rec 601 - https://github.com/intel/intel-vaapi-driver/blob/021bcb79d1bd873bbd9fbca55f40320344bab866/src/i965_output_dri.c#L186
|
||||
|
||||
Reference in New Issue
Block a user