Handle vertical alignment of subs correctly wrt the difference between Interop and...
[dcpomatic.git] / test / render_subtitles_test.cc
index cd696c26907370d9d2adc981d3975153390fa129..282c9311f7e24ef6a10bc8ee4419814f7422bc38 100644 (file)
@@ -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
                        )
                );
 }