Merge remote-tracking branch 'sunshine/master'

This commit is contained in:
Yukino Song
2025-02-15 04:32:32 +08:00
10 changed files with 45 additions and 5 deletions

View File

@@ -141,6 +141,8 @@ namespace config {
} 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
std::string fallback_mode;
};