X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.cc;h=a783cde339f646a009d7b4c3da9eea617ace0b16;hb=6a8f6bb77ab0a0e0b44bf3bd1cadbe7d55b1b632;hp=70a04b8255059262ec0de2fc8e0c929a277b6702;hpb=aa230169f8b59b7cb2da9a3bbb8ce5f7600285c0;p=dcpomatic.git diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index 70a04b825..a783cde33 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -59,7 +59,11 @@ ExamineContentJob::name () const void ExamineContentJob::run () { - descend (1); + descend (0.5); + _film->set_content_digest (md5_digest (_film->content_path ())); + ascend (); + + descend (0.5); /* Set the film's length to either a) a length judged by running through the content or