diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-30 22:30:47 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-30 22:30:47 +0200 |
commit | c7080e5d99bf77e432e6c900e64489b78a233f28 (patch) | |
tree | b9e42f59d1585ac5d5eb0aa053660bb5b7ad03eb /include/Overlay.hpp | |
parent | 3060e3ee000ddb12a78d8008f641b724ce7b07df (diff) |
Revert "Add high performance encoding option (for amd) in settings page. Requires gsr version >= 5.3.4"
This reverts commit 3060e3ee000ddb12a78d8008f641b724ce7b07df.
Diffstat (limited to 'include/Overlay.hpp')
-rw-r--r-- | include/Overlay.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp index ffc1777..d7b8af1 100644 --- a/include/Overlay.hpp +++ b/include/Overlay.hpp @@ -116,8 +116,6 @@ namespace gsr { bool update_compositor_texture(const Monitor &monitor); void force_window_on_top(); - - void add_common_gpu_screen_recorder_args(std::vector<const char*> &args, const RecordOptions &record_options, const std::vector<std::string> &audio_tracks, const std::string &video_bitrate, const char *region, const std::string &audio_devices_merged, char *region_str, int region_str_size, const RegionSelector ®ion_selector); private: using KeyBindingCallback = std::function<void()>; struct KeyBinding { |