diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-07 01:14:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-07 01:14:30 +0100 |
| commit | 973bbb7a8b6290b4f4ee06e7ba7e199254525ca2 (patch) | |
| tree | 217609cf30209eba25b7159f93ffa0dd0bedf61c /src/sound_frame.h | |
| parent | 6b3a021409b55e0b5988a0bb993020f6c0e66276 (diff) | |
Missing audio asset decryption.
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 ad4f9604..9cb8aa0d 100644 --- a/src/sound_frame.h +++ b/src/sound_frame.h @@ -34,7 +34,7 @@ namespace libdcp { class SoundFrame { public: - SoundFrame (std::string mxf_path, int n); + SoundFrame (std::string mxf_path, int n, ASDCP::AESDecContext *); ~SoundFrame (); uint8_t const * data () const; |
