Fix build.
authorCarl Hetherington <cth@carlh.net>
Sun, 21 Dec 2014 02:20:48 +0000 (02:20 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 21 Dec 2014 02:20:48 +0000 (02:20 +0000)
src/lib/subrip_decoder.cc

index 7ec8a1d39d318010984e629106b569846a7dc5cc..77c3f16a5f6d9179385da6272bfdb936e614db09 100644 (file)
@@ -63,7 +63,7 @@ SubRipDecoder::pass ()
                                        SubRipContent::font_id,
                                        j->italic,
                                        dcp::Color (255, 255, 255),
-                                       j->font_size,
+                                       j->font_size.points (72 * 11),
                                        dcp::Time (rint (_subtitles[_next].from.metric().get().all_as_milliseconds() / 4)),
                                        dcp::Time (rint (_subtitles[_next].to.metric().get().all_as_milliseconds() / 4)),
                                        i->vertical_position.line.get() * (1.5 / 22) + 0.8,