diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-28 16:23:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-28 16:23:21 +0100 |
| commit | 0c7a195358580f65c9fcfd5342e01a70544c1405 (patch) | |
| tree | bf6dd4e6c984a34723a0cf68ddbe8eb676923dc8 /src/ssa_reader.h | |
| parent | 6610a686b63c2c65f5f33cdaac5d03fb8874bedf (diff) | |
Support \pos in ssa.
Diffstat (limited to 'src/ssa_reader.h')
| -rw-r--r-- | src/ssa_reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<RawSubtitle> parse_line (RawSubtitle base, std::string line); + static std::list<RawSubtitle> parse_line (RawSubtitle base, std::string line, int play_res_x, int play_res_y); private: void read (boost::function<boost::optional<std::string> ()> get_line); |
