summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-17 21:51:13 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-18 12:54:28 +0100
commit6e972dc6cf620e44621911856a9ca100be520d55 (patch)
tree754c5daa29e6cc7c80bb9ce5f13eddc7e720c133
parent360a935d7422c0fae0c85f32447e751f26fc37d5 (diff)
Clarify a comment.v1.10.44
-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);