diff options
Diffstat (limited to 'src/sound_frame.h')
| -rw-r--r-- | src/sound_frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_frame.h b/src/sound_frame.h index 85082299..0f5021e2 100644 --- a/src/sound_frame.h +++ b/src/sound_frame.h @@ -51,7 +51,7 @@ namespace dcp { class SoundFrame : public Frame<ASDCP::PCM::MXFReader, ASDCP::PCM::FrameBuffer> { public: - SoundFrame (ASDCP::PCM::MXFReader* reader, int n, std::shared_ptr<const DecryptionContext> c); + SoundFrame (ASDCP::PCM::MXFReader* reader, int n, std::shared_ptr<const DecryptionContext> c, bool check_hmac); int channels () const; int samples () const; int32_t get (int channel, int sample) const; |
