diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-14 00:16:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-14 00:25:35 +0100 |
| commit | 013f6aab443f5b7857871b6f0b6b41f7562bc870 (patch) | |
| tree | fc2187fb26c90b7ef6911c87b0b31c58c035cd77 /src/subrip_reader.h | |
| parent | 257f325258866b9241fea68e5aae60adcd679701 (diff) | |
Support SSA tags in SRT files (DoM #938).
Diffstat (limited to 'src/subrip_reader.h')
| -rw-r--r-- | src/subrip_reader.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/subrip_reader.h b/src/subrip_reader.h index f6586a4..f45e7c8 100644 --- a/src/subrip_reader.h +++ b/src/subrip_reader.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2019 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2020 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,6 +30,7 @@ struct subrip_reader_convert_line_test; struct subrip_reader_convert_time_test; struct subrip_reader_test5; +struct subrip_reader_test6; namespace sub { @@ -44,6 +45,7 @@ private: friend struct ::subrip_reader_convert_line_test; friend struct ::subrip_reader_convert_time_test; friend struct ::subrip_reader_test5; + friend struct ::subrip_reader_test6; SubripReader () {} Time convert_time (std::string t); |
