From 02d4493e593d567b210cd7f2b98d33a345867d1d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Jul 2023 11:04:30 +0200 Subject: Go back to respecting the user's choice for the number of audio channels in the MXF. --- test/content_test.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/content_test.cc') diff --git a/test/content_test.cc b/test/content_test.cc index 85862af82..47099025e 100644 --- a/test/content_test.cc +++ b/test/content_test.cc @@ -45,6 +45,7 @@ BOOST_AUTO_TEST_CASE (content_test1) film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR")); film->set_name ("content_test1"); film->set_container (Ratio::from_id ("185")); + film->set_audio_channels(16); auto content = content_factory(TestPaths::private_data() / "demo_sound_bug.mkv")[0]; film->examine_and_add_content (content); @@ -150,6 +151,8 @@ BOOST_AUTO_TEST_CASE (content_test6) &cl ); + film->set_audio_channels(16); + make_and_verify_dcp (film); check_dcp (TestPaths::private_data() / "fha", film); -- cgit v1.2.3