diff options
| author | jhurst <jhurst@cinecert.com> | 2010-11-15 17:04:13 +0000 |
|---|---|---|
| committer | jhurst <> | 2010-11-15 17:04:13 +0000 |
| commit | 87d8df7af62597f68645cbb7b07cb130ab2a1adb (patch) | |
| tree | 497d70ef10e1f222537eecf9a7c36794dc4a5724 /src/KLV.cpp | |
| parent | b6fd53ca44570ef077932b468402dc6797e71f95 (diff) | |
release!
Diffstat (limited to 'src/KLV.cpp')
| -rwxr-xr-x | src/KLV.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/KLV.cpp b/src/KLV.cpp index a91d32b..40fb442 100755 --- a/src/KLV.cpp +++ b/src/KLV.cpp @@ -56,6 +56,12 @@ ASDCP::KLVPacket::InitFromBuffer(const byte_t* buf, ui32_t buf_len, const UL& la } // +ASDCP::UL +ASDCP::KLVPacket::GetUL() { + return UL(m_KeyStart); +} + +// ASDCP::Result_t ASDCP::KLVPacket::InitFromBuffer(const byte_t* buf, ui32_t buf_len) { |
