diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-02 20:11:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-02 20:11:32 +0000 |
| commit | 1caefd8541e12e7d205c3d5bb46f3ec84719baa0 (patch) | |
| tree | a9e7197abdbd96c32cfb1788bf7342b50b104e30 /src/mxf.cc | |
| parent | 891aceb5b3cda5b825ff77e791d2bd476ea3343d (diff) | |
Actually turn on HMAC use.
Diffstat (limited to 'src/mxf.cc')
| -rw-r--r-- | src/mxf.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,8 @@ MXF::fill_writer_info (ASDCP::WriterInfo* writer_info, string id, Standard stand Kumu::hex2bin (id.c_str(), writer_info->AssetUUID, Kumu::UUID_Length, &c); DCP_ASSERT (c == Kumu::UUID_Length); + writer_info->UsesHMAC = true; + if (_key_id) { Kumu::GenRandomUUID (writer_info->ContextID); writer_info->EncryptedEssence = true; |
