Fix font_id_map errors when importing DCP subtitles that have no
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index 4f5964c6fb0019e70b46abaca8b46705ebf642db..3eed4ad24cd5863dddd9197972c3773693c7b7dd 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::Standard _standard;
 };