summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-08-03 17:03:22 +0100
committerCarl Hetherington <cth@carlh.net>2017-08-14 21:07:49 +0100
commite0c524cbc4f006a4319c3ce8aa7625f9d70d054a (patch)
tree92d11ab7ce01416a70c8389bd1ebbe8fffff0e13 /src/lib/util.h
parentcd06ec145bf9617615fae7d620cf51ad5b486293 (diff)
Add DCP size and length to player.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index b152b67b5..d4616a7c9 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -60,6 +60,7 @@ struct AVSubtitle;
class AudioBuffers;
extern std::string seconds_to_hms (int);
+extern std::string time_to_hmsf (DCPTime time, Frame rate);
extern std::string seconds_to_approximate_hms (int);
extern double seconds (struct timeval);
extern void dcpomatic_setup ();