diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp_time.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
