Skip to content

Commit

Permalink
Use new 'remotegaming' scenario setting for QSV
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Oct 3, 2023
1 parent eeb22a3 commit f838069
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/video.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand All @@ -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 },
Expand All @@ -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 },
Expand Down

0 comments on commit f838069

Please sign in to comment.