diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-03 12:32:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-03 12:32:08 +0100 |
| commit | 7cdb6a5253d1dcb0ebb8b1569dde5f5eb9c9df72 (patch) | |
| tree | 59da4523b81283f5151fc08e92e0fffce5f8dd0c /src | |
| parent | 111d4a503f9a69e23ea4a89fc6e79b80ec5d6bb3 (diff) | |
Add set_metadata().
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, |
