diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-12 17:43:27 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-12 17:43:27 +0200 |
commit | dfafdd9ef5e8fefa4ac2431c3243cf61c994a6f4 (patch) | |
tree | fcbff5ccaf4fb2662601d7468bb5b5a4025dcbce /include | |
parent | 9d76b0861eb0249194e96b663fbeca60cd5bfeb0 (diff) |
Constant bitrate option as default for streaming
Diffstat (limited to 'include')
-rw-r--r-- | include/Config.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |