X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fhints.cc;h=f21c51db9e8f42b5f358e9ba94e3443a9033482b;hp=64122db8d5bab6be1ab41a6d14d5c68933a66d2a;hb=9bfa07293928c371d59db2091ba2b7e715ce5994;hpb=c59981ce92898f6be6987f10ebb29161e36e6766 diff --git a/src/lib/hints.cc b/src/lib/hints.cc index 64122db8d..f21c51db9 100644 --- a/src/lib/hints.cc +++ b/src/lib/hints.cc @@ -408,7 +408,7 @@ try emit (bind(boost::ref(Progress), _("Examining audio, subtitles and closed captions"))); } - auto player = make_shared(film); + auto player = make_shared(film, false); player->set_ignore_video (); if (check_loudness_done) { /* We don't need to analyse audio because we already loaded a suitable analysis */