Disallow referencing of Interop DCPs in SMPTE films, and vice versa (#804).
[dcpomatic.git] / src / lib / dcp_content.h
index 489151e03cb912c50afaab1a719b3415c2979559..7ea9c3500f95b1284b05c9c9210cd742ad5004ff 100644 (file)
@@ -138,6 +138,8 @@ private:
         *  rather than by rewrapping.
         */
        bool _reference_subtitle;
+
+       boost::optional<dcp::Standard> _standard;
 };
 
 #endif