summaryrefslogtreecommitdiff
path: root/test/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/test.cc
parent7d4aa870201d1b4384b79148df9647274140a00d (diff)
Add Z position to subtitles; existing tests pass.
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cc b/test/test.cc
index bfee68f7..a2016e92 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -400,6 +400,7 @@ simple_subtitle ()
dcp::HAlign::CENTER,
0.8,
dcp::VAlign::TOP,
+ 0,
dcp::Direction::LTR,
"Hello world",
dcp::Effect::NONE,