summaryrefslogtreecommitdiff
path: root/src/mxf_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mxf_writer.h')
-rw-r--r--src/mxf_writer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mxf_writer.h b/src/mxf_writer.h
index b4e20f33..c7924c9a 100644
--- a/src/mxf_writer.h
+++ b/src/mxf_writer.h
@@ -26,6 +26,10 @@
#include <boost/filesystem.hpp>
+namespace ASDCP {
+ class AESEncContext;
+}
+
namespace dcp {
class MXF;
@@ -55,6 +59,7 @@ protected:
int64_t _frames_written;
/** true if finalize() has been called on this object */
bool _finalized;
+ ASDCP::AESEncContext* _encryption_context;
};
}