fix(video): base min frame time strictly on client framerate (#3844)

This commit is contained in:
ReenigneArcher
2025-06-27 18:17:15 -04:00
committed by GitHub
parent 2f27a57d01
commit 27f71c3895
7 changed files with 3 additions and 45 deletions

View File

@@ -504,7 +504,6 @@ namespace config {
{} // wa
}, // display_device
1, // min_fps_factor
0 // max_bitrate
};
@@ -1143,7 +1142,6 @@ namespace config {
video.dd.wa.hdr_toggle_delay = std::chrono::milliseconds {value};
}
int_between_f(vars, "min_fps_factor", video.min_fps_factor, {1, 3});
int_f(vars, "max_bitrate", video.max_bitrate);
path_f(vars, "pkey", nvhttp.pkey);