Set correct video frame type when importing DCPs (part of #806).
[dcpomatic.git] / src / lib / dcp_content.h
index 255cfa19a1e864ae0364d0d8a6bd4db208487f00..cb92797069b28a1aaedc18df702b14240eb481b5 100644 (file)
@@ -141,6 +141,7 @@ private:
        bool _reference_subtitle;
 
        boost::optional<dcp::Standard> _standard;
+       bool _three_d;
 };
 
 #endif