From 67a78b78e6b8719eb34c1c3ca58dc6338d2a2f39 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Fri, 17 Dec 2021 07:39:52 +0300
Subject: [PATCH 15/24] EXPERIMENTAL: add truehd audio profile for bdcreate.C

---
 cinelerra-5.1/cinelerra/bdcreate.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cinelerra-5.1/cinelerra/bdcreate.C b/cinelerra-5.1/cinelerra/bdcreate.C
index 291f7e7e..54d391d8 100644
--- a/cinelerra-5.1/cinelerra/bdcreate.C
+++ b/cinelerra-5.1/cinelerra/bdcreate.C
@@ -800,6 +800,7 @@ void CreateBD_GUI::create_objects()
 	profile->create_objects();
 	profiles.append(new BC_ListBoxItem("bluray.m2ts"));
 	profiles.append(new BC_ListBoxItem("bluray_lpcm.m2ts"));
+	profiles.append(new BC_ListBoxItem("bluray_truehd.m2ts"));
 	profile->update_list(&profiles);
 	profile->update(profiles[0]->get_text());
 	y += profile->get_h() + pady;
-- 
2.34.1

