diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-20 23:17:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-03 09:31:53 +0100 |
| commit | 5048e3e1d91858c2a4132e616438e1943f820124 (patch) | |
| tree | 5ef98efb29690e8320d4e9e36266f41e1214e174 /test/decryption_test.cc | |
| parent | 80fc63959caa039401a4d7e33bc72cd3c6ec2fe3 (diff) | |
Add Z position to subtitles; existing tests pass.
Diffstat (limited to 'test/decryption_test.cc')
| -rw-r--r-- | test/decryption_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/decryption_test.cc b/test/decryption_test.cc index ce5aeece..0f32a6f4 100644 --- a/test/decryption_test.cc +++ b/test/decryption_test.cc @@ -194,6 +194,7 @@ BOOST_AUTO_TEST_CASE (decryption_test2) dcp::Time(0, 0, 5, 0, 24), 0.5, dcp::HAlign::CENTER, 0.5, dcp::VAlign::CENTER, + 0, dcp::Direction::LTR, "Hello world", dcp::Effect::NONE, |
