X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fdecrypted_kdm.h;fp=src%2Fdecrypted_kdm.h;h=c264bfbcf305aac9dd79482bc9ef009c1f5e6078;hb=697a8c5a86b013ff4dd78b6c3b79b09522bd9e46;hp=56529b5df563709c34c33cd70dac1417561d4ed4;hpb=730ba2273b136ad5a3bfc1a185d69e6cc50a65af;p=libdcp.git diff --git a/src/decrypted_kdm.h b/src/decrypted_kdm.h index 56529b5d..c264bfbc 100644 --- a/src/decrypted_kdm.h +++ b/src/decrypted_kdm.h @@ -130,7 +130,9 @@ public: boost::shared_ptr signer, Certificate recipient, std::vector trusted_devices, - Formulation formulation + Formulation formulation, + int disable_forensic_marking_picture, + int disable_forensic_marking_audio ) const; void add_key (boost::optional type, std::string key_id, Key key, std::string cpl_id, Standard standard);