summaryrefslogtreecommitdiff
path: root/src/KLV.h
diff options
context:
space:
mode:
authormikey <mikey@cinecert.com>2014-06-05 16:33:46 +0000
committermikey <>2014-06-05 16:33:46 +0000
commit1f52a9a7e5a8895389e0daa098dabb960735ed13 (patch)
tree4b3454b4b117faab9d1f9c54640b86b7fa33bab3 /src/KLV.h
parent6de07d0a33aec56c8a650054b1b747768d696416 (diff)
version
Diffstat (limited to 'src/KLV.h')
-rwxr-xr-xsrc/KLV.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/KLV.h b/src/KLV.h
index 15e3dbc..8783905 100755
--- a/src/KLV.h
+++ b/src/KLV.h
@@ -146,16 +146,15 @@ inline const char* ui64sz(ui64_t i, char* buf)
std::map<ASDCP::UL, ui32_t> m_md_lookup;
std::map<std::string, ui32_t> m_md_sym_lookup;
std::map<ui32_t, ASDCP::UL> m_md_rev_lookup;
- MDDEntry m_MDD_Table[(ui32_t)ASDCP::MDD_Max];
ASDCP_NO_COPY_CONSTRUCT(Dictionary);
public:
+ MDDEntry m_MDD_Table[(ui32_t)ASDCP::MDD_Max];
+
Dictionary();
~Dictionary();
- // bool operator==(const Dictionary& rhs) const { return this == &rhs; }
-
void Init();
bool AddEntry(const MDDEntry& Entry, ui32_t index);
bool DeleteEntry(ui32_t index);
@@ -176,6 +175,7 @@ inline const char* ui64sz(ui64_t i, char* buf)
const Dictionary& DefaultInteropDict();
const Dictionary& DefaultCompositeDict();
+ void default_md_object_init();
//
class IPrimerLookup