From 0c0ec90eac804c99669d9ff835bbef3c843558e0 Mon Sep 17 00:00:00 2001 From: derrod Date: Fri, 5 May 2023 12:51:24 +0200 Subject: [PATCH] UI: Fix FLAC missing from builtin codecs list --- UI/window-basic-settings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/window-basic-settings.cpp b/UI/window-basic-settings.cpp index 643aa0eac..10aa5559b 100644 --- a/UI/window-basic-settings.cpp +++ b/UI/window-basic-settings.cpp @@ -4980,8 +4980,8 @@ void OBSBasicSettings::AdvOutSplitFileChanged() } static const unordered_set 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> codec_compat = { // Technically our muxer supports HEVC and AV1 as well, but nothing else does