summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dcp_content.h')
-rw-r--r--src/lib/dcp_content.h6
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;