From fe83eb5293fa4027856f6ee9faec7bfc8288badf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 8 Sep 2016 23:55:37 +0100 Subject: Add channel assignment support for SMPTE DCPs. --- test/encryption_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/encryption_test.cc') diff --git a/test/encryption_test.cc b/test/encryption_test.cc index a817d246..665169d9 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -91,7 +91,7 @@ BOOST_AUTO_TEST_CASE (encryption_test) shared_ptr ms (new dcp::SoundAsset (dcp::Fraction (24, 1), 48000, 1)); ms->set_metadata (mxf_metadata); ms->set_key (key); - shared_ptr sound_writer = ms->start_write ("build/test/DCP/encryption_test/audio.mxf", dcp::SMPTE); + shared_ptr sound_writer = ms->start_write ("build/test/DCP/encryption_test/audio.mxf", dcp::SMPTE, dcp::CHANNEL_ASSIGNMENT_51); SF_INFO info; info.format = 0; -- cgit v1.2.3