From dfafdd9ef5e8fefa4ac2431c3243cf61c994a6f4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 12 Oct 2024 17:43:27 +0200 Subject: Constant bitrate option as default for streaming --- include/Config.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/Config.hpp b/include/Config.hpp index 0d2c822..5766009 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -83,6 +83,8 @@ namespace gsr { }; struct Config { + Config(); + MainConfig main_config; StreamingConfig streaming_config; RecordConfig record_config; -- cgit v1.2.3