Set correct video frame type when importing DCPs (part of #806).
[dcpomatic.git] / src / lib / dcp_examiner.h
index 708d2e0ad167bbeae78dddda6b0d896463626898..6fc041cc6a9713bcf1bc0a3926a6dffda1e1c9e0 100644 (file)
@@ -80,6 +80,10 @@ public:
                return _standard;
        }
 
+       bool three_d () const {
+               return _three_d;
+       }
+
 private:
        boost::optional<double> _video_frame_rate;
        boost::optional<dcp::Size> _video_size;
@@ -92,4 +96,5 @@ private:
        bool _encrypted;
        bool _kdm_valid;
        boost::optional<dcp::Standard> _standard;
+       bool _three_d;
 };