Fix recording encoder selection

Codecs are identified by name, not by ID.
Let's keep the ID as fallback instead.
This commit is contained in:
Megamouse
2026-07-27 16:18:26 +02:00
parent 7a3deb649f
commit 4add14cb72
7 changed files with 86 additions and 51 deletions
+5
View File
@@ -707,6 +707,11 @@ namespace cfg
return *m_value.load().get();
}
std::string get() const
{
return *m_value.load().get();
}
std::string def_to_string() const override
{
return def;