summaryrefslogtreecommitdiff
path: root/src/encrypted_kdm.h
diff options
context:
space:
mode:
authorMart Jansink <mart@gofilex.nl>2018-02-13 13:34:23 +0100
committerCarl Hetherington <cth@carlh.net>2018-02-14 22:16:07 +0000
commit697a8c5a86b013ff4dd78b6c3b79b09522bd9e46 (patch)
tree13ec1e8bf91e9d0cce3662265e2d5373af4eedf0 /src/encrypted_kdm.h
parent730ba2273b136ad5a3bfc1a185d69e6cc50a65af (diff)
Make disabling forensic marking optional.
Diffstat (limited to 'src/encrypted_kdm.h')
-rw-r--r--src/encrypted_kdm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h
index 69b9a267..24e8f060 100644
--- a/src/encrypted_kdm.h
+++ b/src/encrypted_kdm.h
@@ -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
);