Missing namespace.
[libdcp.git] / src / cpl.h
index 3bff4c4eabcd9677974bc191c389ac9f4766b571..164ed734eb7f421e03a52d329466024821bdda0b 100644 (file)
--- a/src/cpl.h
+++ b/src/cpl.h
 
 */
 
+/** @file  src/cpl.h
+ *  @brief CPL class.
+ */
+
 #ifndef LIBDCP_CPL_H
 #define LIBDCP_CPL_H
 
@@ -99,6 +103,9 @@ public:
        bool encrypted () const;
 
        void set_mxf_keys (Key);
+       void set_metadata (XMLMetadata m) {
+               _metadata = m;
+       }
 
        void write_xml (
                boost::filesystem::path file,