From 23579be63b69013a9cd27514c38fad3ba2aeb77e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 14 Jul 2019 20:44:01 +0100 Subject: Support rgba() colour specifiers in Subrip files; not sure if they are strictly allowed but part of WebVTT. --- src/subrip_reader.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/subrip_reader.h') 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); -- cgit v1.2.3