diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-06 12:25:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-20 10:22:55 +0200 |
| commit | 9726a58f44d52d235b027225ddd68c6acf83c733 (patch) | |
| tree | 4616ea2ccfc9793cb08a752678e7c537a858815d /test | |
| parent | d70f755dde2812bf2311e2ce09563af1b5334d03 (diff) | |
Handle vertical alignment of subs correctly wrt the difference between Interop and SMPTE.
Diffstat (limited to 'test')
| -rw-r--r-- | test/render_subtitles_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/render_subtitles_test.cc b/test/render_subtitles_test.cc index cd696c269..282c9311f 100644 --- a/test/render_subtitles_test.cc +++ b/test/render_subtitles_test.cc @@ -64,7 +64,8 @@ add (std::list<StringText>& s, std::string text, bool italic, bool bold, bool un 0 ), 2, - std::shared_ptr<dcpomatic::Font>() + std::shared_ptr<dcpomatic::Font>(), + dcp::Standard::SMPTE ) ); } |
