From 0c7a195358580f65c9fcfd5342e01a70544c1405 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 28 Jul 2017 16:23:21 +0100 Subject: Support \pos in ssa. --- src/ssa_reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ssa_reader.h') diff --git a/src/ssa_reader.h b/src/ssa_reader.h index 59c9e86..07a0901 100644 --- a/src/ssa_reader.h +++ b/src/ssa_reader.h @@ -41,7 +41,7 @@ public: SSAReader (FILE* f); SSAReader (std::string const & subs); - static std::list parse_line (RawSubtitle base, std::string line); + static std::list parse_line (RawSubtitle base, std::string line, int play_res_x, int play_res_y); private: void read (boost::function ()> get_line); -- cgit v1.2.3