mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Use new 'remotegaming' scenario setting for QSV
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user