diff options
| author | jhurst <jhurst@cinecert.com> | 2015-03-13 16:18:02 +0000 |
|---|---|---|
| committer | jhurst <> | 2015-03-13 16:18:02 +0000 |
| commit | 887003223e52b4fb2b9ca135dcb8a23e1f133cd4 (patch) | |
| tree | 48041e5c550e6baa5ab1651edb82a4af28b6ad9d /src/AS_DCP_MXF.cpp | |
| parent | cc15da3e3cb47333f92d8701b03b0ef87a88bea4 (diff) | |
turn on the text
Diffstat (limited to 'src/AS_DCP_MXF.cpp')
| -rwxr-xr-x | src/AS_DCP_MXF.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/AS_DCP_MXF.cpp b/src/AS_DCP_MXF.cpp index 0197275..b5ad865 100755 --- a/src/AS_DCP_MXF.cpp +++ b/src/AS_DCP_MXF.cpp @@ -395,6 +395,10 @@ ASDCP::RawEssenceType(const std::string& filename, EssenceType_t& type) { type = ESS_DCDATA_DOLBY_ATMOS; } + else + { + type = ESS_DCDATA_UNKNOWN; + } } break; |
