X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Freel.h;h=5dcb97c20e48f58d20f8f8d8b6957fb03aa09503;hb=b405b414993458babbb4532ddeeef9928ec7c06e;hp=a5e79331a3fa4732bdd05704ff4be60c0f22d7a8;hpb=d697e7bedb1e42f5167c92fd9ab363f496d718f5;p=libdcp.git 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 #include #include +#include #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 other, EqualityOptions opt, boost::function notes) const;