diff options
| author | Mart Jansink <mart@gofilex.nl> | 2018-02-13 13:29:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-14 23:28:26 +0000 |
| commit | f17c1575ec037e3ac2ec95f2725335ca306fd700 (patch) | |
| tree | b89ae6210acea6e1956221d6244d01e2b76b154f /src/lib/film.h | |
| parent | 6c2ce9462ba0e0159846554a709ea1838ad7ca08 (diff) | |
Don't disable forensic marking by default.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 8 |
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 { |
