diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-15 20:14:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-15 20:14:55 +0100 |
| commit | e3fa86ef35f212b14b593dd36dbff66e845d37e4 (patch) | |
| tree | c5d6ed58fc19b0fcd08c02a67df66d7023337728 /test/decryption_test.cc | |
| parent | 24ba38ed1d695a67aebc8a6084444345787112f9 (diff) | |
Simple pass-through of <Ruby> tags in subtitles.
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 1e2ca94b..8f3dbff7 100644 --- a/test/decryption_test.cc +++ b/test/decryption_test.cc @@ -196,7 +196,7 @@ BOOST_AUTO_TEST_CASE (decryption_test2) "Hello world", dcp::Effect::NONE, dcp::Colour(0, 0, 0), - dcp::Time(), dcp::Time(), 0 + dcp::Time(), dcp::Time(), 0, std::vector<dcp::Ruby>() )); subs_asset->write (dir / "subs.mxf"); |
