summaryrefslogtreecommitdiff
path: root/src/mxf.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-04 22:24:26 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 14:35:31 +0100
commit29844b3efd68ee102686e0ae6a04a926c1dbbbd8 (patch)
tree7a8cd97644335364b7ab708e9a8e03a2da003bc6 /src/mxf.h
parent55686953bfecd42fac24bdf2668920954a8173be (diff)
Keep encryption context in MXFWriter.
Diffstat (limited to 'src/mxf.h')
-rw-r--r--src/mxf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mxf.h b/src/mxf.h
index ff480598..be94b293 100644
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -82,11 +82,6 @@ public:
return _key;
}
- /** @return encryption context, set up with any key that has been passed to set_key() */
- ASDCP::AESEncContext* encryption_context () const {
- return _encryption_context;
- }
-
/** Set the metadata that is written to the MXF file.
* @param m Metadata.
*/
@@ -110,7 +105,6 @@ protected:
*/
void fill_writer_info (ASDCP::WriterInfo* w, Standard standard);
- ASDCP::AESEncContext* _encryption_context;
ASDCP::AESDecContext* _decryption_context;
/** ID of the key used for encryption/decryption, if there is one */
boost::optional<std::string> _key_id;