X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Futil.h;h=d4616a7c9ea1bc4e0eadcb7e413a721314917602;hp=b152b67b514cfb3ba2a9db90d094e8774d7bb190;hb=e0c524cbc4f006a4319c3ce8aa7625f9d70d054a;hpb=cd06ec145bf9617615fae7d620cf51ad5b486293 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 ();