diff options
| author | jhurst <jhurst@cinecert.com> | 2009-05-19 21:51:08 +0000 |
|---|---|---|
| committer | jhurst <> | 2009-05-19 21:51:08 +0000 |
| commit | 7088ba5125e89164ccf1d4d810b819bdd2e3ccff (patch) | |
| tree | 4b19cbc2efed408c7db2faad25349f57a08d20ae /src/KLV.h | |
| parent | 8243e05863f05772b1438c291d5f2fa79a69a8b7 (diff) | |
harder than it looks
Diffstat (limited to 'src/KLV.h')
| -rwxr-xr-x | src/KLV.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ inline const char* ui64sz(ui64_t i, char* buf) { std::map<ASDCP::UL, ui32_t> m_md_lookup; std::map<ui32_t, ASDCP::UL> 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); |
