mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-19 22:50:29 +00:00
Plumb HDR metadata and horizontal scrolling with Sunshine
This commit is contained in:
@@ -235,10 +235,6 @@ bool Session::chooseDecoder(StreamingPreferences::VideoDecoderSelection vds,
|
||||
params.testOnly = testOnly;
|
||||
params.vds = vds;
|
||||
|
||||
memset(¶ms.hdrMetadata, 0, sizeof(params.hdrMetadata));
|
||||
params.hdrMetadata.eotf = 2; // SMPTE ST 2084
|
||||
params.hdrMetadata.staticMetadataDescriptorId = 0; // Static Metadata Type 1
|
||||
|
||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||
"V-sync %s",
|
||||
enableVsync ? "enabled" : "disabled");
|
||||
|
||||
Reference in New Issue
Block a user