Merge branch '1.0' into 1.0-seek
[dcpomatic.git] / src / lib / playlist.h
index d3cf50a27b605c7b6cab2be544d45e1fbbb3a1db..a985bf93da07669795394e468d4c682c2d2ea3e2 100644 (file)
@@ -71,11 +71,11 @@ public:
 
        std::string video_identifier () const;
 
-       Time length () const;
+       DCPTime length () const;
        
        int best_dcp_frame_rate () const;
-       Time video_end () const;
-       FrameRateChange active_frame_rate_change (Time, int dcp_frame_rate) const;
+       DCPTime video_end () const;
+       FrameRateChange active_frame_rate_change (DCPTime, int dcp_frame_rate) const;
 
        void set_sequence_video (bool);
        void maybe_sequence_video ();