summaryrefslogtreecommitdiff
path: root/src/dcp_time.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-13 14:44:22 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-13 14:44:22 +0100
commit5130dd409e92a7cdb868b2af85797afd286d8afa (patch)
tree205c49ef4e1610bff85a9bc1bfb3882e0dcd23a8 /src/dcp_time.h
parentcadec42b9547665ac03a7180af374ebb40df7c78 (diff)
Time from frame.
Diffstat (limited to 'src/dcp_time.h')
-rw-r--r--src/dcp_time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h
index 48560596..22dcec0f 100644
--- a/src/dcp_time.h
+++ b/src/dcp_time.h
@@ -26,6 +26,7 @@ class Time
{
public:
Time () : h (0), m (0), s (0), ms (0) {}
+ Time (int frame, int frames_per_second);
Time (int h_, int m_, int s_, int ms_)
: h (h_)
, m (m_)