diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-04 11:13:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-04 11:13:04 +0100 |
| commit | af87bfc82beee0b0600558c84c3843dfd5a252f6 (patch) | |
| tree | 6f0cb5a87ba4662ac1e23fae67589be9d374e4f6 /src/cpl.h | |
| parent | 09ad2806848f5c3609b7915da504f94db099e3af (diff) | |
Split metadata into XML and MXF bits; remove singleton.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |
