diff options
Diffstat (limited to 'src/stl_text_reader.cc')
| -rw-r--r-- | src/stl_text_reader.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stl_text_reader.cc b/src/stl_text_reader.cc index 7eaa24b..3c60e41 100644 --- a/src/stl_text_reader.cc +++ b/src/stl_text_reader.cc @@ -39,6 +39,7 @@ using namespace sub; STLTextReader::STLTextReader (istream& in) { _subtitle.vertical_position.line = 0; + _subtitle.vertical_position.reference = TOP_OF_SCREEN; while (in.good ()) { string line; |
