mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Set encoder feature flags to disable split frame encode on GFE 3.10
This commit is contained in:
parent
a135ceaa9a
commit
314a5937f4
@ -293,6 +293,10 @@ static PSDP_OPTION getAttributesList(char*urlSafeAddr) {
|
||||
err |= addAttributeString(&optionHead, "x-nv-video[0].dynamicRangeMode", "0");
|
||||
}
|
||||
}
|
||||
|
||||
// This disables split frame encode on GFE 3.10 which seems to produce broken
|
||||
// HEVC output at 1080p60 (full of artifacts even on the SHIELD itself, go figure)
|
||||
err |= addAttributeString(&optionHead, "x-nv-video[0].encoderFeatureSetting", "0");
|
||||
}
|
||||
else {
|
||||
unsigned char slicesPerFrame;
|
||||
|
Loading…
x
Reference in New Issue
Block a user