summaryrefslogtreecommitdiff
path: root/src/mxf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mxf.h')
-rw-r--r--src/mxf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mxf.h b/src/mxf.h
index a3ba4b10..d490e9e4 100644
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -47,8 +47,7 @@ class PictureAssetWriter;
class MXF
{
public:
- MXF ();
- virtual ~MXF ();
+ virtual ~MXF () {}
/** @return true if the data is encrypted */
bool encrypted () const {
@@ -97,7 +96,6 @@ protected:
*/
void fill_writer_info (ASDCP::WriterInfo* w, std::string id, Standard standard) const;
- ASDCP::AESDecContext* _decryption_context;
/** ID of the key used for encryption/decryption, if there is one */
boost::optional<std::string> _key_id;
/** Key used for encryption/decryption, if there is one */