diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-25 12:17:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-25 12:17:48 +0100 |
| commit | f976e8ac94dfc6130797c5d98a0399321dce43e7 (patch) | |
| tree | 82d310884c373efc3ef81862e89ffa15cb255392 /src/cpl.h | |
| parent | c74cdcf36955c77dc43d4e7a1d064d0bfcb631c7 (diff) | |
Untested interop DCP/KDM support.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |
