summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-24 23:19:08 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-24 23:19:08 +0100
commitf8005516a681b805ccc2d929f63312ac711fdc24 (patch)
tree9785795f122a1be7fcae2498dd9c7ac80b219fcd /src/reel.h
parente9ab736ffa8088301edd658afcc98a9add517205 (diff)
Allow setting of a CPL's MXF keys.
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/reel.h b/src/reel.h
index a5e79331..5dcb97c2 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -24,6 +24,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
#include <libxml++/libxml++.h>
+#include <libdcp/key.h>
#include "types.h"
namespace xmlpp {
@@ -66,6 +67,8 @@ public:
void write_to_cpl (xmlpp::Element *, bool) const;
bool encrypted () const;
+
+ void set_mxf_keys (libdcp::Key);
bool equals (boost::shared_ptr<const Reel> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> notes) const;