diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-19 00:32:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-19 00:32:53 +0100 |
| commit | 1f284533185a798c0ed36669bd6c9729adf6ec5a (patch) | |
| tree | 94dd3de07e0670f1bf1eed0de94ada1033ceb7f6 /src/verify.cc | |
| parent | 37631b4d5e07eddbf052c1cff315d6a98b3bcb73 (diff) | |
Rename encrypted() to any_encrypted() and add all_encrypted().
Diffstat (limited to 'src/verify.cc')
| -rw-r--r-- | src/verify.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.cc b/src/verify.cc index 26173a5b..3b0fb7c9 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -1352,7 +1352,7 @@ dcp::verify ( check_extension_metadata (cpl, notes); - if (cpl->encrypted()) { + if (cpl->any_encrypted()) { cxml::Document doc ("CompositionPlaylist"); DCP_ASSERT (cpl->file()); doc.read_file (cpl->file().get()); |
