diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-20 20:17:09 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-20 20:17:09 +0100 |
commit | 520687cd3f48ee2ecb4a6d2890fb9c25939f1373 (patch) | |
tree | b438bef702947c0ea67abb16594faa868f5727b8 /include/Config.hpp | |
parent | 2c45fa7254e13c0b76c6decaa71771a1771f86b4 (diff) |
Merge audio devices and application audio into one list
Diffstat (limited to 'include/Config.hpp')
-rw-r--r-- | include/Config.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index cfb64df..6044ab8 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -25,9 +25,7 @@ namespace gsr { bool merge_audio_tracks = true; bool application_audio_invert = false; bool change_video_resolution = false; - std::string audio_type_view = "audio_devices"; std::vector<std::string> audio_tracks; - std::vector<std::string> application_audio; std::string color_range = "limited"; std::string video_quality = "very_high"; std::string video_codec = "auto"; |