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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue