Add option to ignore encoder probe failure

This commit is contained in:
Yukino Song
2025-07-16 01:51:16 +08:00
parent fae6da3fb7
commit 1fd920ef1d
7 changed files with 21 additions and 1 deletions

View File

@@ -147,6 +147,7 @@ namespace config {
std::string fallback_mode;
bool isolated_virtual_display_option;
bool ignore_encoder_probe_failure;
};
struct audio_t {