diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-14 20:44:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-14 20:44:01 +0100 |
| commit | 23579be63b69013a9cd27514c38fad3ba2aeb77e (patch) | |
| tree | 3bf9a5bd36979ff10ef53ed6bc0c9ad1f79a5a29 /src/subrip_reader.h | |
| parent | dd328df9676cabcf024409ab6d8521c80b4ab99c (diff) | |
Support rgba() colour specifiers in Subrip files; not sure if they are strictly allowed but part of WebVTT.
Diffstat (limited to 'src/subrip_reader.h')
| -rw-r--r-- | src/subrip_reader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/subrip_reader.h b/src/subrip_reader.h index 1ee14fb..f6586a4 100644 --- a/src/subrip_reader.h +++ b/src/subrip_reader.h @@ -29,6 +29,7 @@ struct subrip_reader_convert_line_test; struct subrip_reader_convert_time_test; +struct subrip_reader_test5; namespace sub { @@ -42,6 +43,7 @@ private: /* For tests */ friend struct ::subrip_reader_convert_line_test; friend struct ::subrip_reader_convert_time_test; + friend struct ::subrip_reader_test5; SubripReader () {} Time convert_time (std::string t); |
