diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-20 23:17:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-02 22:37:52 +0100 |
| commit | ea868d6879592ca43907834d7577addb0c9bfc0d (patch) | |
| tree | f2b09b8347ede65474a6122b72225226886db243 /test/verify_test.cc | |
| parent | 7d4aa870201d1b4384b79148df9647274140a00d (diff) | |
Add Z position to subtitles; existing tests pass.
Diffstat (limited to 'test/verify_test.cc')
| -rw-r--r-- | test/verify_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc index 0b65c9d3..6dfcc58a 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -1256,6 +1256,7 @@ add_test_subtitle (shared_ptr<dcp::SubtitleAsset> asset, int start_frame, int en dcp::HAlign::CENTER, v_position, v_align, + 0, dcp::Direction::LTR, text, dcp::Effect::NONE, |
