diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-21 02:20:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-21 02:20:48 +0000 |
| commit | 7106334071bc2a44b2cb4f27a19052ce78806b77 (patch) | |
| tree | cd29b1969d03dcc94ed050531824ec3f93d4a8ac /src/lib/subrip_decoder.cc | |
| parent | a28253ce511913781db472958fb10259f0d215ad (diff) | |
Fix build.
Diffstat (limited to 'src/lib/subrip_decoder.cc')
| -rw-r--r-- | src/lib/subrip_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subrip_decoder.cc b/src/lib/subrip_decoder.cc index 7ec8a1d39..77c3f16a5 100644 --- a/src/lib/subrip_decoder.cc +++ b/src/lib/subrip_decoder.cc @@ -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, |
