Make disabling forensic marking optional.
[libdcp.git] / src / encrypted_kdm.h
index 69b9a267c782cd38f2742950651e36a6927c1c48..24e8f0603362f6b7fc99f131cb2777f9cff0a641 100644 (file)
@@ -110,6 +110,8 @@ private:
                LocalTime not_valid_before,
                LocalTime not_valid_after,
                Formulation formulation,
+               int disable_forensic_marking_picture,
+               int disable_forensic_marking_audio,
                std::list<std::pair<std::string, std::string> > key_ids,
                std::list<std::string> keys
                );