diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-17 21:51:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-18 12:54:28 +0100 |
| commit | 6e972dc6cf620e44621911856a9ca100be520d55 (patch) | |
| tree | 754c5daa29e6cc7c80bb9ce5f13eddc7e720c133 | |
| parent | 360a935d7422c0fae0c85f32447e751f26fc37d5 (diff) | |
Clarify a comment.v1.10.44
| -rw-r--r-- | src/mxf.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); |
