summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-03 12:32:08 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-03 12:32:08 +0100
commit7cdb6a5253d1dcb0ebb8b1569dde5f5eb9c9df72 (patch)
tree59da4523b81283f5151fc08e92e0fffce5f8dd0c /src
parent111d4a503f9a69e23ea4a89fc6e79b80ec5d6bb3 (diff)
Add set_metadata().
Diffstat (limited to 'src')
-rw-r--r--src/cpl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 3bff4c4e..75b9d701 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -99,6 +99,9 @@ public:
bool encrypted () const;
void set_mxf_keys (Key);
+ void set_metadata (XMLMetadata m) {
+ _metadata = m;
+ }
void write_xml (
boost::filesystem::path file,