Merge master.
[dcpomatic.git] / src / lib / image_content.h
index ef2bc0447c9262e13357154f5f3c313996bccfb3..f929e2b6f15b72105a6a97880e6bef647eb98175 100644 (file)
@@ -47,6 +47,7 @@ public:
        
        void set_video_length (VideoFrame);
        bool still () const;
+       void set_video_frame_rate (float);
 };
 
 #endif