summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-13 22:18:59 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-13 22:18:59 +0200
commit8bc480da2db924349465dbe557f87bd6f05b7fdd (patch)
tree9fcbab45685746b7a00b1045aca19f495f4f92df /test/test.cc
parent0ecf58d20eec5e9d10ee4b9f0440d232d875f94a (diff)
Basic implementation of <Space> tag in subtitles.v1.8.3
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc
index f946c5dc..a6472540 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -410,7 +410,8 @@ simple_subtitle ()
dcp::Effect::NONE,
dcp::Colour(255, 255, 255),
dcp::Time(),
- dcp::Time()
+ dcp::Time(),
+ 0
);
}