diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-14 01:01:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | 65b331d32c383f3a9049f29bf03ab3fe3193b31a (patch) | |
| tree | 3b27e0ca60742021094cee889a1c8d1ef4d75f8c /src/lib/subtitle_content.h | |
| parent | 6dd3777a0074f6f97c7f7286621006a1c14376e8 (diff) | |
Split audio; builds.
Diffstat (limited to 'src/lib/subtitle_content.h')
| -rw-r--r-- | src/lib/subtitle_content.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/subtitle_content.h b/src/lib/subtitle_content.h index 5982cc52c..0adb12c0d 100644 --- a/src/lib/subtitle_content.h +++ b/src/lib/subtitle_content.h @@ -130,6 +130,9 @@ public: return _outline_colour; } + double subtitle_video_frame_rate () const; + void set_subtitle_video_frame_rate (double r); + protected: /** subtitle language (e.g. "German") or empty if it is not known */ std::string _subtitle_language; @@ -158,6 +161,8 @@ private: bool _outline; dcp::Colour _outline_colour; std::list<boost::signals2::connection> _font_connections; + /** Video frame rate that this content has been prepared for, if known */ + boost::optional<double> _frame_rate; }; #endif |
