X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent.h;h=0b72ada9c52a55d7b822829dce94ceeac134f24c;hb=c008066160d85b9ec9e5485375d7baaa5d27bda2;hp=f7e97feac9a3489d1083f96278a4eea3e491d367;hpb=8d58a7c5f4320ad5c111e336c45e44d6b51ab509;p=dcpomatic.git diff --git a/src/lib/content.h b/src/lib/content.h index f7e97feac..0b72ada9c 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -67,8 +67,9 @@ public: /** Examine the content to establish digest, frame rates and any other * useful metadata. * @param job Job to use to report progress, or 0. + * @param calculate_digest True to calculate a digest for the content's file(s). */ - virtual void examine (boost::shared_ptr job); + virtual void examine (boost::shared_ptr job, bool calculate_digest); /** @return Quick one-line summary of the content, as will be presented in the * film editor.