aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-10-12 17:43:27 +0200
committerdec05eba <dec05eba@protonmail.com>2024-10-12 17:43:27 +0200
commitdfafdd9ef5e8fefa4ac2431c3243cf61c994a6f4 (patch)
treefcbff5ccaf4fb2662601d7468bb5b5a4025dcbce /include
parent9d76b0861eb0249194e96b663fbeca60cd5bfeb0 (diff)
Constant bitrate option as default for streaming
Diffstat (limited to 'include')
-rw-r--r--include/Config.hpp2
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;