diff options
Diffstat (limited to 'src/decrypted_kdm.h')
| -rw-r--r-- | src/decrypted_kdm.h | 4 |
1 files changed, 3 insertions, 1 deletions
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<const CertificateChain> signer, Certificate recipient, std::vector<Certificate> trusted_devices, - Formulation formulation + Formulation formulation, + int disable_forensic_marking_picture, + int disable_forensic_marking_audio ) const; void add_key (boost::optional<std::string> type, std::string key_id, Key key, std::string cpl_id, Standard standard); |
