From f838069a0ef80a267de4ea4382712c0680215266 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 1 Oct 2023 18:37:58 -0500 Subject: [PATCH] Use new 'remotegaming' scenario setting for QSV --- src/video.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/video.cpp b/src/video.cpp index 6cbcf8cd..ffd82c98 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 },