diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-01 23:53:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-01 23:53:06 +0100 |
| commit | a68b877d96a9e9f366f27752e071bc0e895e9dc7 (patch) | |
| tree | 11a32d1efd6abf182b03ce22f1f1fe84258bb7de /src/mxf.h | |
| parent | f9cba324c8160a70b108d9e5b60a4ccad6ee9be2 (diff) | |
Add Reader classes to permit much more efficient DCP reading.
Diffstat (limited to 'src/mxf.h')
| -rw-r--r-- | src/mxf.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 */ |
