Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / lib / subtitle_content.h
index 99cf3b3825f2050971a72ed515c6f0acd07fb18b..e9017e40da4d51d500a4704235cf160ee6e13b4f 100644 (file)
@@ -35,6 +35,7 @@ public:
        static int const BURN_SUBTITLES;
        static int const SUBTITLE_LANGUAGE;
        static int const FONTS;
+       static int const SUBTITLE_VIDEO_FRAME_RATE;
 };
 
 /** @class SubtitleContent
@@ -57,6 +58,7 @@ public:
        bool has_subtitles () const;
        virtual bool has_text_subtitles () const = 0;
        virtual bool has_image_subtitles () const = 0;
+       virtual double subtitle_video_frame_rate () const = 0;
 
        void add_font (boost::shared_ptr<Font> font);