diff --git a/src/video.cpp b/src/video.cpp index 6cbcf8cdb34..ffd82c98c60 100644 --- a/src/video.cpp +++ b/src/video.cpp @@ -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 },