mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-03 08:15:33 +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 6c85f5f8c37cdcec00c8b7897ec9452d393c9c2a.
This commit is contained in:
parent
6c85f5f8c3
commit
51594e00b8
@ -320,7 +320,7 @@ public class NvConnection {
|
||||
context.streamConfig.getEncryptionFlags(),
|
||||
context.riKey.getEncoded(), ib.array(),
|
||||
context.videoCapabilities,
|
||||
context.negotiatedHdr ? MoonBridge.COLORSPACE_REC_2020 : context.streamConfig.getColorSpace(),
|
||||
context.streamConfig.getColorSpace(),
|
||||
context.streamConfig.getColorRange());
|
||||
if (ret != 0) {
|
||||
// LiStartConnection() failed, so the caller is not expected
|
||||
|
Loading…
x
Reference in New Issue
Block a user