From 319df7d7420a32d7bb8584caf91c39ba8aa3e776 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 9 Jan 2015 18:34:44 +0000 Subject: Uninitialised variable. --- src/dcp_time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dcp_time.h b/src/dcp_time.h index 58b8a75d..23f99b80 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -37,7 +37,7 @@ namespace libdcp { class Time { public: - Time () : h (0), m (0), s (0), e (0) {} + Time () : h (0), m (0), s (0), e (0), tcr (1) {} /** Construct a Time from a frame index (starting from 0), * a frames per second count and a timecode rate. -- cgit v1.2.3