X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fdcp_subtitle_content.h;h=551dafd15e5f5ed25ff23d64976eac626b8ef2a9;hb=1d04ff19d3480966b4d157013cb87c9fc3fc44f9;hp=5794b59516e6767f586cc5d0a33663b2ed9ef376;hpb=40b654453c2ce0b266f43c36f1b9a5d1705f983c;p=dcpomatic.git diff --git a/src/lib/dcp_subtitle_content.h b/src/lib/dcp_subtitle_content.h index 5794b5951..551dafd15 100644 --- a/src/lib/dcp_subtitle_content.h +++ b/src/lib/dcp_subtitle_content.h @@ -26,7 +26,7 @@ public: DCPSubtitleContent (boost::shared_ptr, cxml::ConstNodePtr, int); /* Content */ - void examine (boost::shared_ptr); + void examine (boost::shared_ptr, bool calculate_digest); std::string summary () const; std::string technical_summary () const; std::string information () const;