X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_content.h;h=d6fe8c8207a237223a07e8d708d66d68c8613d7a;hb=c008066160d85b9ec9e5485375d7baaa5d27bda2;hp=da78e6d72a5cc0bd22f7f111c875013d41609ee3;hpb=996fa2194581bf95113b9778849654893c414889;p=dcpomatic.git diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index da78e6d72..d6fe8c820 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -52,7 +52,7 @@ public: DCPTime full_length () const; - void examine (boost::shared_ptr); + void examine (boost::shared_ptr, bool calculate_digest); std::string summary () const; std::string technical_summary () const; void as_xml (xmlpp::Node *) const;