From 5130dd409e92a7cdb868b2af85797afd286d8afa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 13 Aug 2012 14:44:22 +0100 Subject: Time from frame. --- src/dcp_time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dcp_time.h') 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_) -- cgit v1.2.3