summaryrefslogtreecommitdiff
path: root/src/lib/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-09-22 23:59:49 +0200
committerCarl Hetherington <cth@carlh.net>2019-09-27 22:34:00 +0200
commit19f51503621a57794bd79bac053c9e6549a69f46 (patch)
treecde206b74b2d0dea3303f3e17fe986a88bd181be /src/lib/dcp.h
parentc4f83cc70c38fc9aa887bbf54b48a21bd0c9881a (diff)
Fix failure to playback encrypted DCPs, introduced when adding DCPDecoder re-use optimisation.
Diffstat (limited to 'src/lib/dcp.h')
-rw-r--r--src/lib/dcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp.h b/src/lib/dcp.h
index d449fdb39..b98dce5d4 100644
--- a/src/lib/dcp.h
+++ b/src/lib/dcp.h
@@ -32,6 +32,7 @@ class DCP
{
public:
std::list<boost::shared_ptr<dcp::CPL> > cpls () const;
+ dcp::DecryptedKDM decrypted_kdm () const;
protected:
explicit DCP (boost::shared_ptr<const DCPContent> content, bool tolerant)