Bump libdcp for better verification, and make API adjustments.
[dcpomatic.git] / src / lib / dcp_examiner.cc
index 191022f1227666985eb3878b21937107153013d8..d0c3d1021eb1e5f4ee4f9ff95af596c4c32aa795 100644 (file)
@@ -219,7 +219,7 @@ DCPExaminer::DCPExaminer (shared_ptr<const DCPContent> 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 */