Updated ru_RU translation from Igor Voytovich.
[dcpomatic.git] / src / lib / subrip_content.h
index 342efd4defc0ce25fdf6836592862b0ca1fa7cf2..e050634030ed06db9d474e7bc33dacc8ba6cb002 100644 (file)
@@ -46,8 +46,13 @@ public:
                return false;
        }
 
+       double subtitle_video_frame_rate () const;
+       void set_subtitle_video_frame_rate (int r);
+
        static std::string const font_id;
 
 private:
-       DCPTime _length;
+       ContentTime _length;
+       /** Video frame rate that this content has been prepared for, if known */
+       boost::optional<double> _frame_rate;
 };