From b9fb00d333a757db56da53bf74a6bd2cb745e7a6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 4 Apr 2016 23:38:20 +0100 Subject: Tidy subrip parsing a bit and fix failure to persist italic/bold etc. across multiple lines of one subtitle (DCP-o-matic bug #837). --- src/subrip_reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/subrip_reader.h') diff --git a/src/subrip_reader.h b/src/subrip_reader.h index e9a9b35..5f5f343 100644 --- a/src/subrip_reader.h +++ b/src/subrip_reader.h @@ -45,7 +45,7 @@ private: SubripReader () {} static Time convert_time (std::string t); - void convert_line (std::string t, int line_number, Time from, Time to); + void convert_line (std::string t, RawSubtitle& p); void maybe_content (RawSubtitle& p); void read (boost::function ()> get_line); }; -- cgit v1.2.3