summaryrefslogtreecommitdiff
path: root/src/lib/dcp_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/dcp_content.h
parent50683668a616de9a82928d7e0ad3724bc935ebf3 (diff)
Handle video frame rates and subtitles a bit more correctly.
Diffstat (limited to 'src/lib/dcp_content.h')
-rw-r--r--src/lib/dcp_content.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h
index 8f01bbc4e..0f59bdf43 100644
--- a/src/lib/dcp_content.h
+++ b/src/lib/dcp_content.h
@@ -73,6 +73,10 @@ public:
return false;
}
+ double subtitle_video_frame_rate () const {
+ return video_frame_rate ();
+ }
+
boost::filesystem::path directory () const;
bool encrypted () const {