From 4320728168bea602527eb101a8094cd95dcfce37 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 13 Feb 2020 20:13:31 +0100 Subject: Factor SSA style parsing out to separate method. --- src/ssa_reader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ssa_reader.h') diff --git a/src/ssa_reader.h b/src/ssa_reader.h index ee1b178..aba06cc 100644 --- a/src/ssa_reader.h +++ b/src/ssa_reader.h @@ -42,6 +42,7 @@ public: SSAReader (std::string subs); static std::list parse_line (RawSubtitle base, std::string line, int play_res_x, int play_res_y); + static void parse_style (RawSubtitle& sub, std::string style, int play_res_x, int play_res_y); private: void read (boost::function ()> get_line); -- cgit v1.2.3