Add KDM directory configuration in player.
[dcpomatic.git] / src / lib / dcp_content.h
index cccf127c31732d00f1003bdf82fc2d6d78bc3097..db617afa2c52f8d8e53faf9cbeb6308a46f47fd9 100644 (file)
@@ -39,6 +39,7 @@ public:
        static int const REFERENCE_TEXT;
        static int const NAME;
        static int const TEXTS;
+       static int const CPL;
 };
 
 class ContentPart;
@@ -137,6 +138,8 @@ public:
                return _three_d;
        }
 
+       bool kdm_timing_window_valid () const;
+
 private:
        friend class reels_test5;