summaryrefslogtreecommitdiff
path: root/src/KLV.cpp
diff options
context:
space:
mode:
authormschroffel <mschroffel@cinecert.com>2016-05-19 21:38:17 +0000
committermschroffel <>2016-05-19 21:38:17 +0000
commit7ea686690e5ec6cfd8a73f49e264a2648d2ec8f2 (patch)
tree23d8b97c33863759f9d150bfe1ae6a7688f5fed9 /src/KLV.cpp
parente42c48cffea60be1faab0eca924fb874feec3047 (diff)
version roll
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 24a90a5..b9a5d63 100755
--- a/src/KLV.cpp
+++ b/src/KLV.cpp
@@ -171,7 +171,7 @@ ASDCP::KLVPacket::Dump(FILE* stream, const Dictionary& Dict, bool show_value)
UL TmpUL(m_KeyStart);
fprintf(stream, "%s", TmpUL.EncodeString(buf, 64));
- const MDDEntry* Entry = Dict.FindUL(m_KeyStart);
+ const MDDEntry* Entry = Dict.FindULAnyVersion(m_KeyStart);
fprintf(stream, " len: %7qu (%s)\n", m_ValueLength, (Entry ? Entry->name : "Unknown"));
if ( show_value && m_ValueLength < 1000 )