summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 73f154c7..7323de9a 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -106,7 +106,8 @@ public:
std::vector<std::shared_ptr<CPL>> cpls () const;
std::vector<std::shared_ptr<Asset>> assets (bool ignore_unresolved = false) const;
- bool encrypted () const;
+ bool any_encrypted () const;
+ bool all_encrypted () const;
void add (DecryptedKDM const &);