Allow moving-still-image sources to have their frame rate specified.
[dcpomatic.git] / src / lib / video_content.h
index effca5c61c314c50c4328d02adb5db7ce92dd48e..141525e01b20b237184c32cf21bc49d7a21791d9 100644 (file)
@@ -129,6 +129,7 @@ protected:
        void take_from_video_examiner (boost::shared_ptr<VideoExaminer>);
 
        VideoContent::Frame _video_length;
+       float _video_frame_rate;
 
 private:
        friend class ffmpeg_pts_offset_test;
@@ -139,7 +140,6 @@ private:
        void setup_default_colour_conversion ();
        
        libdcp::Size _video_size;
-       float _video_frame_rate;
        VideoFrameType _video_frame_type;
        Crop _crop;
        Ratio const * _ratio;