diff options
| author | jhurst <jhurst@cinecert.com> | 2006-03-11 01:43:02 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-03-11 01:43:02 +0000 |
| commit | 9bfe9676115531eb76649e1ebd5e14b904b53ae2 (patch) | |
| tree | df29b4a9f7d1bbb00821560ac3bca69ec7982683 /src/KLV.cpp | |
| parent | e73ef2046cf4f6beb730be071022aaedb3b44bba (diff) | |
metadata reformed...
Diffstat (limited to 'src/KLV.cpp')
| -rwxr-xr-x | src/KLV.cpp | 2 |
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 ) |
