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