diff options
| author | mikey <mikey@cinecert.com> | 2014-06-05 16:33:46 +0000 |
|---|---|---|
| committer | mikey <> | 2014-06-05 16:33:46 +0000 |
| commit | 1f52a9a7e5a8895389e0daa098dabb960735ed13 (patch) | |
| tree | 4b3454b4b117faab9d1f9c54640b86b7fa33bab3 /src/KLV.h | |
| parent | 6de07d0a33aec56c8a650054b1b747768d696416 (diff) | |
version
Diffstat (limited to 'src/KLV.h')
| -rwxr-xr-x | src/KLV.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
