diff options
Diffstat (limited to 'src/sound_frame.h')
| -rw-r--r-- | src/sound_frame.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sound_frame.h b/src/sound_frame.h index 4c061fdc..3cd3246b 100644 --- a/src/sound_frame.h +++ b/src/sound_frame.h @@ -53,6 +53,8 @@ namespace ASDCP { namespace dcp { +class DecryptionContext; + /** @class SoundFrame * @brief One ‘frame’ of sound data from a SoundAsset. */ @@ -67,7 +69,7 @@ public: private: friend class SoundAssetReader; - SoundFrame (ASDCP::PCM::MXFReader* reader, int n, ASDCP::AESDecContext *); + SoundFrame (ASDCP::PCM::MXFReader* reader, int n, boost::shared_ptr<DecryptionContext>); /** a buffer to hold the frame */ ASDCP::PCM::FrameBuffer* _buffer; |
