Handle vertical alignment of subs correctly wrt the difference between Interop and...
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index 16f89b53002b0023dd09e4baa37704aa6b3afdde..3eed4ad24cd5863dddd9197972c3773693c7b7dd 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::Standard _standard;
 };