From 338aa9db0d82ceccde67e4b3dff0bfb75d2a4648 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 30 Sep 2015 09:18:32 +0100 Subject: Handle video frame rates and subtitles a bit more correctly. --- src/lib/dcp_content.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/dcp_content.h') 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 { -- cgit v1.2.3