Fix rounding of timecodes in at least some cases (#323).
[dcpomatic.git] / src / lib / image_content.h
index 47c5a20e3486298e2e49d307a0136a21a4b80243..e5a0311d97947f816f62dbfc5aefd67a8a9ef282 100644 (file)
@@ -47,6 +47,7 @@ public:
        
        void set_video_length (VideoContent::Frame);
        bool still () const;
+       void set_video_frame_rate (float);
 };
 
 #endif