Basic jump to selected subtitle (#1200).
[dcpomatic.git] / src / lib / player.h
index fc7117ba201abc006482819a5c27f8f7e56e140a..54fa074c011cd0d038e40d96de371e1bf47df098 100644 (file)
@@ -84,6 +84,8 @@ public:
        void set_play_referenced ();
        void set_dcp_decode_reduction (boost::optional<int> reduction);
 
+       DCPTime content_time_to_dcp (boost::shared_ptr<Content> content, ContentTime t);
+
        /** Emitted when something has changed such that if we went back and emitted
         *  the last frame again it would look different.  This is not emitted after
         *  a seek.