mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-04 02:39:56 +00:00
Use new 'remotegaming' scenario setting for QSV
This commit is contained in:
parent
eeb22a3e54
commit
f838069a0e
@ -694,6 +694,7 @@ namespace video {
|
||||
// Common options
|
||||
{
|
||||
{ "preset"s, &config::video.qsv.qsv_preset },
|
||||
{ "scenario"s, "remotegaming"s },
|
||||
{ "forced_idr"s, 1 },
|
||||
{ "async_depth"s, 1 },
|
||||
{ "low_delay_brc"s, 1 },
|
||||
@ -710,6 +711,7 @@ namespace video {
|
||||
// Common options
|
||||
{
|
||||
{ "preset"s, &config::video.qsv.qsv_preset },
|
||||
{ "scenario"s, "remotegaming"s },
|
||||
{ "forced_idr"s, 1 },
|
||||
{ "async_depth"s, 1 },
|
||||
{ "low_delay_brc"s, 1 },
|
||||
@ -733,6 +735,7 @@ namespace video {
|
||||
{
|
||||
{ "preset"s, &config::video.qsv.qsv_preset },
|
||||
{ "cavlc"s, &config::video.qsv.qsv_cavlc },
|
||||
{ "scenario"s, "remotegaming"s },
|
||||
{ "forced_idr"s, 1 },
|
||||
{ "async_depth"s, 1 },
|
||||
{ "low_delay_brc"s, 1 },
|
||||
|
Loading…
Reference in New Issue
Block a user