X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilm.h;h=20a1e2ca6551ad9f7c6ddaf9ddb4e2409e51c453;hb=c6871fe8617b3de03662b7630355059393bf8043;hp=a1dfc60940bfd917ed0365d9ccda6838d4a2f07e;hpb=c6c1173589761734608d66cc3a8dff4e06b26147;p=dcpomatic.git diff --git a/src/lib/film.h b/src/lib/film.h index a1dfc6094..20a1e2ca6 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -67,7 +67,7 @@ struct isdcf_name_test; class Film : public boost::enable_shared_from_this, public Signaller, public boost::noncopyable { public: - Film (boost::optional dir); + explicit Film (boost::optional dir); ~Film (); boost::filesystem::path info_file (DCPTimePeriod p) const; @@ -130,7 +130,9 @@ public: boost::filesystem::path cpl_file, dcp::LocalTime from, dcp::LocalTime until, - dcp::Formulation formulation + dcp::Formulation formulation, + bool disable_forensic_marking_picture, + boost::optional disable_forensic_marking_audio ) const; std::list 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, + bool disable_forensic_marking_picture, + boost::optional disable_forensic_marking_audio ) const; int state_version () const {