summaryrefslogtreecommitdiff
path: root/src/KLV.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2006-03-11 01:43:02 +0000
committerjhurst <>2006-03-11 01:43:02 +0000
commit9bfe9676115531eb76649e1ebd5e14b904b53ae2 (patch)
treedf29b4a9f7d1bbb00821560ac3bca69ec7982683 /src/KLV.cpp
parente73ef2046cf4f6beb730be071022aaedb3b44bba (diff)
metadata reformed...
Diffstat (limited to 'src/KLV.cpp')
-rwxr-xr-xsrc/KLV.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KLV.cpp b/src/KLV.cpp
index 062fd74..a0d2089 100755
--- a/src/KLV.cpp
+++ b/src/KLV.cpp
@@ -123,7 +123,7 @@ ASDCP::KLVPacket::Dump(FILE* stream, bool show_hex)
for ( ui32_t i = 0; i < SMPTE_UL_LENGTH; i++ )
fprintf(stream, "%02x.", m_KeyStart[i]);
- const MDDEntry* Entry = GetMDDEntry(m_KeyStart);
+ const MDDEntry* Entry = Dict::FindUL(m_KeyStart);
fprintf(stream, "\b len: %7lu (%s)\n", m_ValueLength, (Entry ? Entry->name : "Unknown"));
if ( show_hex && m_ValueLength < 1000 )