summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-18 08:17:11 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-18 08:17:11 +0100
commitcdc814d9d6be990756ce084192144807d04857c4 (patch)
treeada5e11ea5bec9ab23eac7a608e18876991396b7 /src
parentbdcffe88e19b7f6a2757a84bafeb5d16c1914497 (diff)
Comments.
Diffstat (limited to 'src')
-rw-r--r--src/mxf_asset.h2
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;
};