X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubrip_content.cc;h=7a336f88af632d3770eeed3beb3f9cd82b0915e7;hb=c008066160d85b9ec9e5485375d7baaa5d27bda2;hp=c60b05d50a1ede29617d30ae2c8733593546b190;hpb=94201bd2a5a4cb391b7f2bdeba56b928fed7cfe1;p=dcpomatic.git diff --git a/src/lib/subrip_content.cc b/src/lib/subrip_content.cc index c60b05d50..7a336f88a 100644 --- a/src/lib/subrip_content.cc +++ b/src/lib/subrip_content.cc @@ -25,7 +25,6 @@ #include "i18n.h" -using std::stringstream; using std::string; using std::cout; using dcp::raw_convert; @@ -48,9 +47,9 @@ SubRipContent::SubRipContent (shared_ptr film, cxml::ConstNodePtr no } void -SubRipContent::examine (boost::shared_ptr job) +SubRipContent::examine (boost::shared_ptr job, bool calculate_digest) { - Content::examine (job); + Content::examine (job, calculate_digest); SubRip s (shared_from_this ()); shared_ptr film = _film.lock ();