summaryrefslogtreecommitdiff
path: root/src/lib/subtitle_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-30 09:18:32 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-30 09:18:32 +0100
commit338aa9db0d82ceccde67e4b3dff0bfb75d2a4648 (patch)
tree1c534be6c27a35aa54825f42cfb5091ca4b2f314 /src/lib/subtitle_content.h
parent50683668a616de9a82928d7e0ad3724bc935ebf3 (diff)
Handle video frame rates and subtitles a bit more correctly.
Diffstat (limited to 'src/lib/subtitle_content.h')
-rw-r--r--src/lib/subtitle_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/subtitle_content.h b/src/lib/subtitle_content.h
index 99cf3b382..e9017e40d 100644
--- a/src/lib/subtitle_content.h
+++ b/src/lib/subtitle_content.h
@@ -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);