More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / dcp_examiner.h
index 4b93bfa4298e99606f9d61f4e14923221065f268..f54f02c36c005f607de6b8b3720beac8b4a3f2df 100644 (file)
@@ -99,6 +99,10 @@ public:
                return _three_d;
        }
 
+       dcp::ContentKind content_kind () const {
+               return _content_kind;
+       }
+
        std::string cpl () const {
                return _cpl;
        }
@@ -125,6 +129,7 @@ private:
        bool _kdm_valid;
        boost::optional<dcp::Standard> _standard;
        bool _three_d;
+       dcp::ContentKind _content_kind;
        std::string _cpl;
        std::list<int64_t> _reel_lengths;
 };