X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content.cc;h=28b7ac8620138ebda61caaac00c4d6b364046b6c;hb=c008066160d85b9ec9e5485375d7baaa5d27bda2;hp=a5b5f37e13f967a9c4845d707000f19049c140cb;hpb=e491397c0028a80ac4a48a92007f783746553c1a;p=dcpomatic.git diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index a5b5f37e1..28b7ac862 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -77,12 +77,12 @@ DCPContent::read_directory (boost::filesystem::path p) } void -DCPContent::examine (shared_ptr job) +DCPContent::examine (shared_ptr job, bool calculate_digest) { bool const could_be_played = can_be_played (); job->set_progress_unknown (); - Content::examine (job); + Content::examine (job, calculate_digest); shared_ptr examiner (new DCPExaminer (shared_from_this ())); take_from_video_examiner (examiner);