X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_content.cc;h=1935a874f7870dadfd8a6517d9acb13f9b6d09cf;hb=c008066160d85b9ec9e5485375d7baaa5d27bda2;hp=83b0d200cee33146c6f92b33a1de1bd0b34df0da;hpb=cf8bbea2de38c4e9ac140f55b27311b7b6dcd814;p=dcpomatic.git diff --git a/src/lib/dcp_subtitle_content.cc b/src/lib/dcp_subtitle_content.cc index 83b0d200c..1935a874f 100644 --- a/src/lib/dcp_subtitle_content.cc +++ b/src/lib/dcp_subtitle_content.cc @@ -44,9 +44,9 @@ DCPSubtitleContent::DCPSubtitleContent (shared_ptr film, cxml::Const } void -DCPSubtitleContent::examine (shared_ptr job) +DCPSubtitleContent::examine (shared_ptr job, bool calculate_digest) { - Content::examine (job); + Content::examine (job, calculate_digest); dcp::SubtitleContent sc (path (0), false); _length = DCPTime::from_seconds (sc.latest_subtitle_out().to_seconds ()); }