diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cpl.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |
