diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-13 22:18:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-13 22:18:59 +0200 |
| commit | 8bc480da2db924349465dbe557f87bd6f05b7fdd (patch) | |
| tree | 9fcbab45685746b7a00b1045aca19f495f4f92df /test/decryption_test.cc | |
| parent | 0ecf58d20eec5e9d10ee4b9f0440d232d875f94a (diff) | |
Basic implementation of <Space> tag in subtitles.v1.8.3
Diffstat (limited to 'test/decryption_test.cc')
| -rw-r--r-- | test/decryption_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/decryption_test.cc b/test/decryption_test.cc index 708f222b..eb305c6a 100644 --- a/test/decryption_test.cc +++ b/test/decryption_test.cc @@ -193,7 +193,7 @@ BOOST_AUTO_TEST_CASE (decryption_test2) "Hello world", dcp::Effect::NONE, dcp::Colour(0, 0, 0), - dcp::Time(), dcp::Time() + dcp::Time(), dcp::Time(), 0 )); subs_asset->write (dir / "subs.mxf"); |
