summaryrefslogtreecommitdiff
path: root/src/stl_text_reader.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-14 17:39:32 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-14 17:39:32 +0000
commit135e91144ced358a8d0c578384e8ce4005a2bcd0 (patch)
tree55386ff0f927bc9fecf54b3a4e0c1725ecf6b2b8 /src/stl_text_reader.h
parent972d33c500c9de02aa007440f665637e455610c1 (diff)
Simplify time representation; better in-tree DCP subtitle parser.
Diffstat (limited to 'src/stl_text_reader.h')
-rw-r--r--src/stl_text_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stl_text_reader.h b/src/stl_text_reader.h
index 77e9b73..5309040 100644
--- a/src/stl_text_reader.h
+++ b/src/stl_text_reader.h
@@ -36,7 +36,7 @@ public:
private:
void set (std::string name, std::string value);
void maybe_push ();
- boost::optional<FrameTime> time (std::string t) const;
+ boost::optional<Time> time (std::string t) const;
RawSubtitle _subtitle;
};