summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mxf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mxf.h b/src/mxf.h
index 933e7afb..8a0d0581 100644
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -95,9 +95,9 @@ public:
return _key_id;
}
- /** 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)
+ /** Set the key that will be used to encrypt or decrypt this MXF's content.
+ * This is the key that is distributed (itself encrypted) to cinemas via
+ * Key Delivery Messages (KDMs)
* @param key Key to use
*/
virtual void set_key (Key);