Save subtitle video frame rates properly; don't cast them to int for TextSubtitleContent.
[dcpomatic.git] / src / lib / text_subtitle_content.h
index ad63a0e7d7f13558489b8a8d6ea9ad505caff87b..2c8e3b1b7e77bd203b5f04dfd13f6f73277e4b07 100644 (file)
@@ -58,7 +58,7 @@ public:
        }
 
        double subtitle_video_frame_rate () const;
-       void set_subtitle_video_frame_rate (int r);
+       void set_subtitle_video_frame_rate (double r);
 
        void set_colour (dcp::Colour);