From 5dfc7f9697d6ef9c0199b23420da8aa2c4a297fe Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Jun 2016 14:08:27 +0100 Subject: Don't specify arbitrary guessed stuff. --- src/subrip_reader.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/subrip_reader.cc') diff --git a/src/subrip_reader.cc b/src/subrip_reader.cc index 5a4122c..e5f113d 100644 --- a/src/subrip_reader.cc +++ b/src/subrip_reader.cc @@ -67,11 +67,11 @@ SubripReader::read (function ()> get_line) } state = COUNTER; RawSubtitle rs; - rs.font = "Arial"; - rs.font_size.set_points (48); + + /* This reader extracts no information about where the subtitle + should be on screen, so its reference is TOP_OF_SUBTITLE. + */ rs.vertical_position.line = 0; - /* XXX: arbitrary */ - rs.vertical_position.lines = 32; rs.vertical_position.reference = TOP_OF_SUBTITLE; while (true) { -- cgit v1.2.3