diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-12 16:43:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | 36774ee2b48f0bfde43b743592e5816ff58bb7d2 (patch) | |
| tree | 1974d8e7e1b05338429bd40da57092d6e5a0e59a /src/lib/dcp_content.h | |
| parent | 3ef438f90729d78ad579bbeb7933b3cf4f09c10c (diff) | |
Innocuous build fixes.
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index f4445ad53..04352b269 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -77,9 +77,7 @@ public: return false; } - double subtitle_video_frame_rate () const { - return video_frame_rate (); - } + double subtitle_video_frame_rate () const; boost::filesystem::path directory () const; @@ -123,6 +121,8 @@ public: bool can_reference_subtitle (std::list<std::string> &) const; + boost::shared_ptr<VideoContent> video; + protected: void add_properties (std::list<UserProperty>& p) const; |
