Various tinkerings.
[libdcp.git] / src / mxf.cc
index d2ec5629c38def67b21b59757563fbc55d9b1a03..1a19b817808ebbe4865a9fb3c501ba1c6904c539 100644 (file)
@@ -115,6 +115,11 @@ MXF::equals (shared_ptr<const Content> other, EqualityOptions opt, boost::functi
        return true;
 }
 
+/** Set the (private) key that will be used to encrypt or decrypt this MXF's content.
+ *  This is the top-secret key that is distributed (itself encrypted) to cinemas
+ *  via Key Delivery Messages (KDMs).
+ *  @param key Key to use.
+ */
 void
 MXF::set_key (Key key)
 {