summaryrefslogtreecommitdiff
path: root/src/stereo_picture_asset_writer.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-28 23:27:23 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-28 23:27:23 +0000
commit6db8817ab5c9387dc6528f88d1f1a88c3da0fea5 (patch)
tree03303b686665dfdf2780332b899e59ee26979ccc /src/stereo_picture_asset_writer.cc
parentc9717810952874f38c58b526abf4875abf38534c (diff)
Use a HMAC context to write HMAC stuff to encrypted MXFs.
Diffstat (limited to 'src/stereo_picture_asset_writer.cc')
-rw-r--r--src/stereo_picture_asset_writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stereo_picture_asset_writer.cc b/src/stereo_picture_asset_writer.cc
index 322c7b00..aaa82b2a 100644
--- a/src/stereo_picture_asset_writer.cc
+++ b/src/stereo_picture_asset_writer.cc
@@ -76,7 +76,7 @@ StereoPictureAssetWriter::write (uint8_t* data, int size)
_state->frame_buffer,
_next_eye == EYE_LEFT ? ASDCP::JP2K::SP_LEFT : ASDCP::JP2K::SP_RIGHT,
_encryption_context,
- 0,
+ _hmac_context,
&hash
);