Make jump-to-first-subtitle also work with DCP subs.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index 4a54aaf2ef09529ead0f04f29b57eda8423a6778..d1237b2761c337a9b629b3baad7383e6b3e4ce19 100644 (file)
@@ -37,6 +37,8 @@ public:
 
        std::vector<dcpomatic::FontData> fonts () const override;
 
+       boost::optional<dcpomatic::ContentTime> first () const;
+
 private:
        dcpomatic::ContentTimePeriod content_time_period (std::shared_ptr<const dcp::Subtitle> s) const;