X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2FKLV.h;h=68d5a3cf7b5c36a98e9c427b7f3f37f1927f6711;hb=19bd80c074e1dec35404fd85607a2a68c791b2d9;hp=ca455fc905cb808675bf445845429a811a904702;hpb=fd73a272189d3d121989b8437b7fbe5402160aaa;p=asdcplib.git diff --git a/src/KLV.h b/src/KLV.h index ca455fc..68d5a3c 100755 --- a/src/KLV.h +++ b/src/KLV.h @@ -134,12 +134,15 @@ inline const char* ui64sz(ui64_t i, char* buf) const char* name; }; + const MDDEntry& MXFInterop_OPAtom_Entry(); + const MDDEntry& SMPTE_390_OPAtom_Entry(); + // class Dictionary { std::map m_md_lookup; std::map m_md_rev_lookup; - MDDEntry m_MDD_Table[ASDCP::MDD_Table_size]; + MDDEntry m_MDD_Table[(ui32_t)ASDCP::MDD_Max]; ASDCP_NO_COPY_CONSTRUCT(Dictionary);