diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-06 08:59:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-06 08:59:53 +0100 |
| commit | aba52dd5cc2fa9736fd9b007962923d4dae8c4a6 (patch) | |
| tree | aa206963eaf22e3be47d9a10f83553cfb57879fc /src/ssa_reader.h | |
| parent | a06e701131b813bc42ae81b9c5e8c7dbbfea7eb9 (diff) | |
Hacks.libssa
Diffstat (limited to 'src/ssa_reader.h')
| -rw-r--r-- | src/ssa_reader.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ssa_reader.h b/src/ssa_reader.h index 1fe64f3..b80aec4 100644 --- a/src/ssa_reader.h +++ b/src/ssa_reader.h @@ -35,11 +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; + void read (char* buffer, int size); }; } |
