Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;
[dcpomatic.git] / src / lib / dcp_subtitle_content.cc
index 83b0d200cee33146c6f92b33a1de1bd0b34df0da..1935a874f7870dadfd8a6517d9acb13f9b6d09cf 100644 (file)
@@ -44,9 +44,9 @@ DCPSubtitleContent::DCPSubtitleContent (shared_ptr<const Film> film, cxml::Const
 }
 
 void
-DCPSubtitleContent::examine (shared_ptr<Job> job)
+DCPSubtitleContent::examine (shared_ptr<Job> 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 ());
 }