summaryrefslogtreecommitdiff
path: root/src/ssa_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssa_reader.h')
-rw-r--r--src/ssa_reader.h1
1 files changed, 1 insertions, 0 deletions
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<RawSubtitle> 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<boost::optional<std::string> ()> get_line);