diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-15 08:39:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-15 23:18:23 +0000 |
| commit | 02a2f97a593b0735af02532d206b34f9988c734d (patch) | |
| tree | 75eab9f12e4da430c3d7c9121b329e73fb1eb26c /src/ssa_reader.h | |
| parent | d79b29fd5130b3b9fdfb59689a3162b93f439cca (diff) | |
Basic support for parsing in-line markup in SSA.
Diffstat (limited to 'src/ssa_reader.h')
| -rw-r--r-- | src/ssa_reader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ssa_reader.h b/src/ssa_reader.h index 0f575ff..1fe64f3 100644 --- a/src/ssa_reader.h +++ b/src/ssa_reader.h @@ -35,6 +35,8 @@ public: SSAReader (FILE* f); SSAReader (std::string const & subs); + static std::list<RawSubtitle> parse_line (RawSubtitle base, std::string line); + private: void read (boost::function<boost::optional<std::string> ()> get_line); Time parse_time (std::string t) const; |
