X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilm.h;h=55bbb406959a65167626c894515ec99833f0b5d9;hb=d5d9e143a5778928c5f386a7bd9cb140d4f1191a;hp=5255e8355a7e1e6c9a59a6652bf509b37ce5389a;hpb=3ff1586aad2fa5ba7e5fd95e178614aae12496e6;p=dcpomatic.git diff --git a/src/lib/film.h b/src/lib/film.h index 5255e8355..55bbb4069 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -30,11 +30,13 @@ #include "dcp_text_track.h" #include "frame_rate_change.h" #include "signaller.h" +#include "transcode_job.h" #include "types.h" #include "util.h" #include #include #include +#include #include #include #include @@ -111,7 +113,7 @@ public: boost::filesystem::path subtitle_analysis_path (std::shared_ptr) const; void send_dcp_to_tms (); - void make_dcp (bool gui = false, bool check = true); + void make_dcp (TranscodeJob::ChangedBehaviour behaviour); /** @return Logger. * It is safe to call this from any thread. @@ -407,6 +409,10 @@ public: return _luminance; } + boost::gregorian::date isdcf_date () const { + return _isdcf_date; + } + /* SET */