summaryrefslogtreecommitdiff
path: root/test/encryption_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-08 23:55:37 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-08 23:55:37 +0100
commitfe83eb5293fa4027856f6ee9faec7bfc8288badf (patch)
tree8314bbbb6b37a2fb7cb13787276b6fb9474e99bd /test/encryption_test.cc
parent3e24098b32d6160759378e671bfca241dd9025d9 (diff)
Add channel assignment support for SMPTE DCPs.
Diffstat (limited to 'test/encryption_test.cc')
-rw-r--r--test/encryption_test.cc2
1 files changed, 1 insertions, 1 deletions
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<dcp::SoundAsset> ms (new dcp::SoundAsset (dcp::Fraction (24, 1), 48000, 1));
ms->set_metadata (mxf_metadata);
ms->set_key (key);
- shared_ptr<dcp::SoundAssetWriter> sound_writer = ms->start_write ("build/test/DCP/encryption_test/audio.mxf", dcp::SMPTE);
+ shared_ptr<dcp::SoundAssetWriter> sound_writer = ms->start_write ("build/test/DCP/encryption_test/audio.mxf", dcp::SMPTE, dcp::CHANNEL_ASSIGNMENT_51);
SF_INFO info;
info.format = 0;