Support the 2014 version of SMPTE 428-7 in render_text.cc and use it
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index 4f5964c6fb0019e70b46abaca8b46705ebf642db..45a4999ddcf769781bd87c8a577264b6511a6e06 100644 (file)
@@ -38,7 +38,10 @@ public:
 
 private:
        dcpomatic::ContentTimePeriod content_time_period (std::shared_ptr<const dcp::Subtitle> s) const;
+       void update_position();
 
        std::vector<std::shared_ptr<const dcp::Subtitle>> _subtitles;
        std::vector<std::shared_ptr<const dcp::Subtitle>>::const_iterator _next;
+
+       dcp::SubtitleStandard _subtitle_standard;
 };