From f976e8ac94dfc6130797c5d98a0399321dce43e7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 25 Aug 2013 12:17:48 +0100 Subject: Untested interop DCP/KDM support. --- src/cpl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cpl.h') 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 note) const; - void write_xml (XMLMetadata const &, boost::shared_ptr) const; + void write_xml (bool, XMLMetadata const &, boost::shared_ptr) const; void write_to_assetmap (xmlpp::Node *) const; void write_to_pkl (xmlpp::Node *) const; @@ -98,6 +98,7 @@ public: boost::shared_ptr, boost::posix_time::ptime from, boost::posix_time::ptime until, + bool, MXFMetadata const &, XMLMetadata const & ) const; -- cgit v1.2.3