UI: Fix FLAC missing from builtin codecs list

This commit is contained in:
derrod
2023-05-05 12:51:24 +02:00
committed by Ryan Foster
parent 132f0b85fc
commit 0c0ec90eac

View File

@@ -4980,8 +4980,8 @@ void OBSBasicSettings::AdvOutSplitFileChanged()
}
static const unordered_set<string> builtin_codecs = {
"h264", "hevc", "av1", "prores", "aac",
"opus", "alac", "pcm_s16le", "pcm_s24le", "pcm_f32le"};
"h264", "hevc", "av1", "prores", "aac", "opus",
"alac", "flac", "pcm_s16le", "pcm_s24le", "pcm_f32le"};
static const unordered_map<string, unordered_set<string>> codec_compat = {
// Technically our muxer supports HEVC and AV1 as well, but nothing else does