summaryrefslogtreecommitdiff
path: root/src/mxf.h
diff options
context:
space:
mode:
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;