mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 02:30:52 +00:00
Use Rec 2020 colorspace for WCG support even if HDR is off on the host
This commit is contained in:
@@ -87,9 +87,9 @@ int FFmpegVideoDecoder::getDecoderCapabilities()
|
||||
return capabilities;
|
||||
}
|
||||
|
||||
int FFmpegVideoDecoder::getDecoderColorspace()
|
||||
int FFmpegVideoDecoder::getDecoderSdrColorspace()
|
||||
{
|
||||
return m_FrontendRenderer->getDecoderColorspace();
|
||||
return m_FrontendRenderer->getDecoderSdrColorspace();
|
||||
}
|
||||
|
||||
int FFmpegVideoDecoder::getDecoderColorRange()
|
||||
|
||||
Reference in New Issue
Block a user