diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-12 19:26:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-12 19:26:57 +0000 |
| commit | e412564a57a5898a8f5f49c42bede37e76f0c41c (patch) | |
| tree | d52d6b98f5acb3567360852a36f863c90b8a2d88 /test | |
| parent | 41daa5821b3d3b0f450094fbf0d1e37a449f482c (diff) | |
Add simple support for generating audio MXFs from part of a WAV file (for multi-reel DCP generation).
Diffstat (limited to 'test')
| -rw-r--r-- | test/tests.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tests.cc b/test/tests.cc index ef25b7c8..be960699 100644 --- a/test/tests.cc +++ b/test/tests.cc @@ -86,6 +86,7 @@ BOOST_AUTO_TEST_CASE (dcp_test) &(d.Progress), 24, 24, + 0, 2 )); @@ -102,7 +103,7 @@ BOOST_AUTO_TEST_CASE (error_test) p.push_back ("frobozz"); BOOST_CHECK_THROW (new libdcp::MonoPictureAsset (p, "build/test/bar", "video.mxf", &d.Progress, 24, 24, 32, 32), libdcp::FileError); - BOOST_CHECK_THROW (new libdcp::SoundAsset (p, "build/test/bar", "audio.mxf", &d.Progress, 24, 24), libdcp::FileError); + BOOST_CHECK_THROW (new libdcp::SoundAsset (p, "build/test/bar", "audio.mxf", &d.Progress, 24, 24, 0), libdcp::FileError); } BOOST_AUTO_TEST_CASE (read_dcp) |
