diff options
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); }; } |
