Fix failure to playback encrypted DCPs, introduced when adding DCPDecoder re-use...
[dcpomatic.git] / src / lib / dcp.h
index d449fdb39d8444e6cf0fc8d1e2b91bf1043d6ade..b98dce5d4e3f277b489d41a6d2d5d49e7c75ad51 100644 (file)
@@ -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)