summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-04 11:13:04 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-04 11:13:04 +0100
commitaf87bfc82beee0b0600558c84c3843dfd5a252f6 (patch)
tree6f0cb5a87ba4662ac1e23fae67589be9d374e4f6 /src/cpl.h
parent09ad2806848f5c3609b7915da504f94db099e3af (diff)
Split metadata into XML and MXF bits; remove singleton.
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 3be10894..0abff749 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -27,6 +27,7 @@ namespace libdcp {
class AssetMap;
class Asset;
class Reel;
+class XMLMetadata;
/** @brief A CPL within a DCP */
class CPL
@@ -69,7 +70,7 @@ public:
bool equals (CPL const & other, EqualityOptions options, boost::function<void (NoteType, std::string)> note) const;
- void write_xml () const;
+ void write_xml (XMLMetadata const &) const;
void write_to_assetmap (std::ostream& s) const;
void write_to_pkl (std::ostream& s) const;