From 85c565b56de05e93617a8dfd633d6f9d6e9cb30a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 24 Apr 2022 22:38:52 +0200 Subject: Try to remove the PKL object, and make it so that we don't keep the PKL assets around after reading them. But verification needs to see those assets, to check the hashes. --- src/metadata.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/metadata.h') diff --git a/src/metadata.h b/src/metadata.h index 364cb388..7b490ab6 100644 --- a/src/metadata.h +++ b/src/metadata.h @@ -41,6 +41,8 @@ #define LIBDCP_METADATA_H +#include "types.h" +#include #include @@ -77,7 +79,20 @@ public: }; +class PKLMetadata +{ +public: + std::string id; + boost::optional standard; + boost::optional annotation_text; + std::string issue_date; + std::string issuer; + std::string creator; +}; + + } #endif + -- cgit v1.2.3