diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-14 23:59:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-14 23:59:16 +0100 |
| commit | 9486066c29b91a8d9ac25be1c596cad62387208f (patch) | |
| tree | 181a41967df7a2ccd41ab8ed14d6c99171850bdc /src/mono_picture_frame.h | |
| parent | 563dbf02e9c7ab0066bcebbcde6c662df845695a (diff) | |
Support reading of encrypted subtitles.
Diffstat (limited to 'src/mono_picture_frame.h')
| -rw-r--r-- | src/mono_picture_frame.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mono_picture_frame.h b/src/mono_picture_frame.h index ea15f6a3..cb4afd6f 100644 --- a/src/mono_picture_frame.h +++ b/src/mono_picture_frame.h @@ -54,6 +54,7 @@ namespace ASDCP { namespace dcp { class OpenJPEGImage; +class DecryptionContext; /** @class MonoPictureFrame * @brief A single frame of a 2D (monoscopic) picture asset. @@ -74,7 +75,7 @@ public: private: friend class MonoPictureAssetReader; - MonoPictureFrame (ASDCP::JP2K::MXFReader* reader, int n, ASDCP::AESDecContext *); + MonoPictureFrame (ASDCP::JP2K::MXFReader* reader, int n, boost::shared_ptr<DecryptionContext>); ASDCP::JP2K::FrameBuffer* _buffer; }; |
