summaryrefslogtreecommitdiff
path: root/src/subrip_reader.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/subrip_reader.cc')
-rw-r--r--src/subrip_reader.cc8
1 files changed, 4 insertions, 4 deletions
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<optional<string> ()> 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) {