summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorMart Jansink <mart@gofilex.nl>2018-02-13 13:29:25 +0100
committerCarl Hetherington <cth@carlh.net>2018-02-14 23:28:26 +0000
commitf17c1575ec037e3ac2ec95f2725335ca306fd700 (patch)
treeb89ae6210acea6e1956221d6244d01e2b76b154f /src/lib/film.h
parent6c2ce9462ba0e0159846554a709ea1838ad7ca08 (diff)
Don't disable forensic marking by default.
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index a1dfc6094..67bcfbbdf 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -130,7 +130,9 @@ public:
boost::filesystem::path cpl_file,
dcp::LocalTime from,
dcp::LocalTime until,
- dcp::Formulation formulation
+ dcp::Formulation formulation,
+ int disable_forensic_marking_picture,
+ int disable_forensic_marking_audio
) const;
std::list<ScreenKDM> make_kdms (
@@ -138,7 +140,9 @@ public:
boost::filesystem::path cpl_file,
boost::posix_time::ptime from,
boost::posix_time::ptime until,
- dcp::Formulation formulation
+ dcp::Formulation formulation,
+ int disable_forensic_marking_picture,
+ int disable_forensic_marking_audio
) const;
int state_version () const {