Check CPL hash in the PKL on verify.
[libdcp.git] / src / types.h
index 14f10c3fb5f53cf62024559d31b1ada67ab354a9..2652524cb52023af20b1beb0228912c91e2431d1 100644 (file)
@@ -102,6 +102,9 @@ enum ContentKind
        ADVERTISEMENT
 };
 
+extern std::string content_kind_to_string (ContentKind kind);
+extern ContentKind content_kind_from_string (std::string kind);
+
 enum Effect
 {
        NONE,
@@ -232,6 +235,7 @@ enum Standard {
 
 enum Formulation {
        MODIFIED_TRANSITIONAL_1,
+       MULTIPLE_MODIFIED_TRANSITIONAL_1,
        DCI_ANY,
        DCI_SPECIFIC,
        /** For testing: adds no AuthorizedDeviceInfo tag */