From 7affca9f7b210c3137eb084cd393b534051a2647 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 3 Jun 2015 22:54:17 +0100 Subject: Various fixes to allow independent x and y scaling of text subs (#489). --- src/lib/subrip_decoder.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/subrip_decoder.cc') diff --git a/src/lib/subrip_decoder.cc b/src/lib/subrip_decoder.cc index 6ed2e5254..dae2e4ab7 100644 --- a/src/lib/subrip_decoder.cc +++ b/src/lib/subrip_decoder.cc @@ -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, -- cgit v1.2.3