Merge master.
[dcpomatic.git] / src / lib / image_content.h
index 88c178faad35578cc5e7143f334c9feb1d22dbef..f929e2b6f15b72105a6a97880e6bef647eb98175 100644 (file)
@@ -45,8 +45,9 @@ public:
 
        std::string identifier () const;
        
-       void set_video_length (VideoContent::Frame);
+       void set_video_length (VideoFrame);
        bool still () const;
+       void set_video_frame_rate (float);
 };
 
 #endif