Use new 'remotegaming' scenario setting for QSV

This commit is contained in:
Cameron Gutman 2023-10-01 18:37:58 -05:00
parent eeb22a3e54
commit f838069a0e

View File

@ -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 },