diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mxf_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mxf_asset.h b/src/mxf_asset.h index 308d2a98..3f6ecc59 100644 --- a/src/mxf_asset.h +++ b/src/mxf_asset.h @@ -97,7 +97,9 @@ protected: boost::signals2::signal<void (float)>* _progress; bool _encrypted; ASDCP::AESEncContext* _encryption_context; + /** Key used to encrypt, or empty if _encryption is false */ std::string _key_value; + /** UUID of encryption key */ std::string _key_id; ASDCP::AESDecContext* _decryption_context; }; |
