summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-12 00:51:56 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-27 14:47:25 +0100
commit5e7ec41119961114a9b4df90d1c9ced580667f54 (patch)
tree2fae629b2b2177fadf0dc9e8cd83bad7e88c1789 /test
parent54a17f662b3ce226fd1116e68013d6608d5f6602 (diff)
Support the 2014 version of SMPTE 428-7 in render_text.cc and use it
when placing subtitles (e.g. SRT). Also default to outputting 2014-era alignment.
Diffstat (limited to 'test')
-rw-r--r--test/render_subtitles_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/render_subtitles_test.cc b/test/render_subtitles_test.cc
index e5de60c4e..d1c912602 100644
--- a/test/render_subtitles_test.cc
+++ b/test/render_subtitles_test.cc
@@ -66,7 +66,7 @@ add (std::list<StringText>& s, std::string text, bool italic, bool bold, bool un
),
2,
std::shared_ptr<dcpomatic::Font>(),
- dcp::Standard::SMPTE
+ dcp::SubtitleStandard::SMPTE_2014
)
);
}