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/audio_processor_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/audio_processor_test.cc') diff --git a/test/audio_processor_test.cc b/test/audio_processor_test.cc index 8d59a3fe9..4fe5eeb10 100644 --- a/test/audio_processor_test.cc +++ b/test/audio_processor_test.cc @@ -47,7 +47,7 @@ BOOST_AUTO_TEST_CASE (audio_processor_test) film->examine_and_add_content (c); BOOST_REQUIRE (!wait_for_jobs()); - film->set_audio_channels (6); + film->set_audio_channels(16); film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TST")); film->set_audio_processor (AudioProcessor::from_id ("mid-side-decoder")); -- cgit v1.2.3