diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-16 16:45:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-16 16:45:39 +0100 |
| commit | f9df63eeff90088b68b8087e45490c5627603117 (patch) | |
| tree | 989708914e94d53098bb66cf92265dcc966c444a /test/encryption_test.cc | |
| parent | f76f96258d55ed9f7fdd23cefa5a07e873f7d066 (diff) | |
| parent | 0ccb533cf2b95b410213ca0257f30590d3b6d7c0 (diff) | |
Merge branch '.0' of git.carlh.net:git/libdcp into 1.0
Diffstat (limited to 'test/encryption_test.cc')
| -rw-r--r-- | test/encryption_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc index 7786292d..10ba13a9 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -94,6 +94,7 @@ BOOST_AUTO_TEST_CASE (encryption_test) writer->finalize (); 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); |
