summaryrefslogtreecommitdiff
path: root/src/AS_DCP_MXF.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2015-03-13 16:18:02 +0000
committerjhurst <>2015-03-13 16:18:02 +0000
commit887003223e52b4fb2b9ca135dcb8a23e1f133cd4 (patch)
tree48041e5c550e6baa5ab1651edb82a4af28b6ad9d /src/AS_DCP_MXF.cpp
parentcc15da3e3cb47333f92d8701b03b0ef87a88bea4 (diff)
turn on the text
Diffstat (limited to 'src/AS_DCP_MXF.cpp')
-rwxr-xr-xsrc/AS_DCP_MXF.cpp4
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;