diff options
| author | jhurst <jhurst@cinecert.com> | 2009-05-18 16:24:44 +0000 |
|---|---|---|
| committer | jhurst <> | 2009-05-18 16:24:44 +0000 |
| commit | b6f407694245e9310cb164b69e54fca32f1cbb8b (patch) | |
| tree | ee1f4f42930ad951359b45cce0ccada3a98d896c /src/AS_DCP_MXF.cpp | |
| parent | 65a8ec13b66c700b74788d3fc7525e91cf62bab0 (diff) | |
oi
Diffstat (limited to 'src/AS_DCP_MXF.cpp')
| -rwxr-xr-x | src/AS_DCP_MXF.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/AS_DCP_MXF.cpp b/src/AS_DCP_MXF.cpp index 1e0e2f8..f8a415b 100755 --- a/src/AS_DCP_MXF.cpp +++ b/src/AS_DCP_MXF.cpp @@ -163,8 +163,7 @@ ASDCP::MD_to_CryptoInfo(CryptographicContext* InfoObj, WriterInfo& Info, const D ASDCP::Result_t ASDCP::EssenceType(const char* filename, EssenceType_t& type) { - // TODO - Dictionary m_Dict; + const Dictionary& m_Dict = DefaultCompositeDict(); ASDCP_TEST_NULL_STR(filename); Kumu::FileReader Reader; |
