X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fdcp_content.h;h=82f5a8089be69ff40bf753169213358d92dfc64b;hb=a28253ce511913781db472958fb10259f0d215ad;hp=da78e6d72a5cc0bd22f7f111c875013d41609ee3;hpb=5e4f001bf32e3cdf65efa34803d70e6c1c00c66b;p=dcpomatic.git diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index da78e6d72..82f5a8089 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -24,12 +24,12 @@ * @brief DCPContent class. */ -#include -#include -#include #include "video_content.h" #include "single_stream_audio_content.h" #include "subtitle_content.h" +#include +#include +#include class DCPContentProperty { @@ -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;