diff options
| author | jhurst <jhurst@cinecert.com> | 2018-10-13 21:50:44 +0000 |
|---|---|---|
| committer | jhurst <> | 2018-10-13 21:50:44 +0000 |
| commit | d25eed5c922ac911a92fb568099f8f507d6fca98 (patch) | |
| tree | ab3108fcf69ffeafcb034a18ff259fe0bf826830 /src/AS_02_internal.h | |
| parent | 11a6c3d9b3fb6318909d36e6bbc1c4c74450b9f2 (diff) | |
Added BER length minimum value
Diffstat (limited to 'src/AS_02_internal.h')
| -rw-r--r-- | src/AS_02_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AS_02_internal.h b/src/AS_02_internal.h index c4aee7e..4be764d 100644 --- a/src/AS_02_internal.h +++ b/src/AS_02_internal.h @@ -309,6 +309,7 @@ namespace AS_02 virtual ~h__AS02WriterFrame(); Result_t WriteEKLVPacket(const ASDCP::FrameBuffer& FrameBuf,const byte_t* EssenceUL, + const ui32_t& MinEssenceElementBerLength, AESEncContext* Ctx, HMACContext* HMAC); }; |
