mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 17:05:50 +00:00
Apply SDP changes from the Java common library.
- Use the default vqos.bw.flags value - commit 8c83042 - Enable slicing to speed up some decoders - commit f21c8a8
This commit is contained in:
parent
a1d2faa4db
commit
437645da13
@ -139,7 +139,8 @@ static int addGen4Options(PSDP_OPTION *head, char* addrStr) {
|
||||
|
||||
err |= addAttributeString(head, "x-nv-video[0].rateControlMode", "4");
|
||||
|
||||
err |= addAttributeString(head, "x-nv-vqos[0].bw.flags", "51");
|
||||
// Use slicing for increased performance on some decoders
|
||||
err |= addAttributeString(head, "x-nv-video[0].videoEncoderSlicesPerFrame", "4");
|
||||
|
||||
return err;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user