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

@@ -140,7 +140,6 @@ namespace config {
workarounds_t wa;
} dd;
int min_fps_factor; // Minimum fps target, determines minimum frame time
int max_bitrate; // Maximum bitrate, sets ceiling in kbps for bitrate requested from client
};