Add Atmos read/write and untested MXF decryption tool.
[libdcp.git] / src / mxf.h
index 89e4f6352be687119d3a1d3f4f9addd0d2a5fa8b..73ada433510b640041beba4afdf2556a5a2dfe96 100644 (file)
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -80,7 +80,7 @@ public:
                return _key_id;
        }
 
-       void set_key (Key);
+       virtual void set_key (Key);
 
        /** @return encryption/decryption key, if one has been set */
        boost::optional<Key> key () const {