From 3f630fb8334238ab8a58fbe1a0f513ae2c00de80 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 14 Jan 2015 17:39:32 +0000 Subject: Simplify time representation; better in-tree DCP subtitle parser. --- src/stl_binary_reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stl_binary_reader.h') diff --git a/src/stl_binary_reader.h b/src/stl_binary_reader.h index a637e91..240b9e7 100644 --- a/src/stl_binary_reader.h +++ b/src/stl_binary_reader.h @@ -70,7 +70,7 @@ public: private: std::string get_string (int, int) const; int get_int (int, int) const; - FrameTime get_timecode (int) const; + Time get_timecode (int) const; STLBinaryTables _tables; unsigned char* _buffer; -- cgit v1.2.3