summaryrefslogtreecommitdiff
path: root/src/sound_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_frame.h')
-rw-r--r--src/sound_frame.h2
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;