summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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,