Browse Source

UI: Fix FLAC missing from builtin codecs list

(cherry picked from commit 0c0ec90eac804c99669d9ff835bbef3c843558e0)
derrod 2 years ago
parent
commit
a0f10048fa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      UI/window-basic-settings.cpp

+ 2 - 2
UI/window-basic-settings.cpp

@@ -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