diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-04 22:24:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 14:35:31 +0100 |
| commit | 29844b3efd68ee102686e0ae6a04a926c1dbbbd8 (patch) | |
| tree | 7a8cd97644335364b7ab708e9a8e03a2da003bc6 /src/mxf.h | |
| parent | 55686953bfecd42fac24bdf2668920954a8173be (diff) | |
Keep encryption context in MXFWriter.
Diffstat (limited to 'src/mxf.h')
| -rw-r--r-- | src/mxf.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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; |
