X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_content.h;h=8873283931114383a74a1d0411eafc2a78300dc3;hb=4a994bc4d9ce9afefdfb668bf9fc0280b1f7c66d;hp=9fea81c2a46737368ff16d7a1c21e4e1948716e2;hpb=7fff85ef947f9353317c0125dc37f1f16faecbf1;p=dcpomatic.git diff --git a/src/lib/dcp_subtitle_content.h b/src/lib/dcp_subtitle_content.h index 9fea81c2a..887328393 100644 --- a/src/lib/dcp_subtitle_content.h +++ b/src/lib/dcp_subtitle_content.h @@ -43,6 +43,11 @@ public: return false; } + double subtitle_video_frame_rate () const; + void set_subtitle_video_frame_rate (int r); + private: - DCPTime _length; + ContentTime _length; + /** Video frame rate that this content has been prepared for, if known */ + boost::optional _frame_rate; };