summaryrefslogtreecommitdiff
path: root/test/verify_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-20 23:17:40 +0200
committerCarl Hetherington <cth@carlh.net>2022-11-02 22:37:52 +0100
commitea868d6879592ca43907834d7577addb0c9bfc0d (patch)
treef2b09b8347ede65474a6122b72225226886db243 /test/verify_test.cc
parent7d4aa870201d1b4384b79148df9647274140a00d (diff)
Add Z position to subtitles; existing tests pass.
Diffstat (limited to 'test/verify_test.cc')
-rw-r--r--test/verify_test.cc1
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,