Various fixes to allow independent x and y scaling of text subs (#489).
[dcpomatic.git] / src / lib / subrip_decoder.cc
index 6ed2e5254fb5c9be4847fd00c3df4eb31a42b865..dae2e4ab755d8085114b137a2ed83b7b0a9ba187 100644 (file)
@@ -65,6 +65,7 @@ SubRipDecoder::pass (PassReason)
                                        j->italic,
                                        dcp::Colour (255, 255, 255),
                                        j->font_size.points (72 * 11),
+                                       1.0,
                                        dcp::Time (_subtitles[_next].from.all_as_seconds()),
                                        dcp::Time (_subtitles[_next].to.all_as_seconds()),
                                        i->vertical_position.line.get() * (1.5 / 22) + 0.8,