summaryrefslogtreecommitdiff
path: root/src/stl_binary_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-20 11:20:25 +0000
commit3f630fb8334238ab8a58fbe1a0f513ae2c00de80 (patch)
tree4b773b91029d6374bfd4f2194053d3e249d597cd /src/stl_binary_reader.h
parent49cafda01b3e07c47e3b20dd5ee91e1426446aea (diff)
Simplify time representation; better in-tree DCP subtitle parser.
Diffstat (limited to 'src/stl_binary_reader.h')
-rw-r--r--src/stl_binary_reader.h2
1 files changed, 1 insertions, 1 deletions
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;