New DCPTime/ContentTime types.
[dcpomatic.git] / src / lib / image_content.h
index f929e2b6f15b72105a6a97880e6bef647eb98175..1aff043d221b7a8066552f9c3803c1e3d204d858 100644 (file)
@@ -45,7 +45,7 @@ public:
 
        std::string identifier () const;
        
-       void set_video_length (VideoFrame);
+       void set_video_length (ContentTime);
        bool still () const;
        void set_video_frame_rate (float);
 };