X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_examiner.cc;h=d0c3d1021eb1e5f4ee4f9ff95af596c4c32aa795;hb=cb6729aa79b555b219974207fbe2ff0510f9d3ea;hp=191022f1227666985eb3878b21937107153013d8;hpb=a5d004b0773f633401528392fc28e66d70e13ac8;p=dcpomatic.git diff --git a/src/lib/dcp_examiner.cc b/src/lib/dcp_examiner.cc index 191022f12..d0c3d1021 100644 --- a/src/lib/dcp_examiner.cc +++ b/src/lib/dcp_examiner.cc @@ -219,7 +219,7 @@ DCPExaminer::DCPExaminer (shared_ptr content, bool tolerant) } } - _encrypted = cpl->encrypted (); + _encrypted = cpl->any_encrypted (); _kdm_valid = true; /* Check that we can read the first picture, sound and subtitle frames of each reel */