summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-25 12:17:48 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-25 12:17:48 +0100
commitf976e8ac94dfc6130797c5d98a0399321dce43e7 (patch)
tree82d310884c373efc3ef81862e89ffa15cb255392 /src/cpl.h
parentc74cdcf36955c77dc43d4e7a1d064d0bfcb631c7 (diff)
Untested interop DCP/KDM support.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 2b37257d..94ab877a 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -88,7 +88,7 @@ public:
bool equals (CPL const & other, EqualityOptions options, boost::function<void (NoteType, std::string)> note) const;
- void write_xml (XMLMetadata const &, boost::shared_ptr<Encryption>) const;
+ void write_xml (bool, XMLMetadata const &, boost::shared_ptr<Encryption>) const;
void write_to_assetmap (xmlpp::Node *) const;
void write_to_pkl (xmlpp::Node *) const;
@@ -98,6 +98,7 @@ public:
boost::shared_ptr<const Certificate>,
boost::posix_time::ptime from,
boost::posix_time::ptime until,
+ bool,
MXFMetadata const &,
XMLMetadata const &
) const;