summaryrefslogtreecommitdiff
path: root/src/AS_DCP_MXF.cpp
diff options
context:
space:
mode:
authormilla <marc.illa@dolby.com>2021-06-15 13:12:01 +0200
committermilla <marc.illa@dolby.com>2021-06-15 13:13:12 +0200
commit8df78decb4e01b579bbbd1f479d187adf34fc030 (patch)
tree67151d234a56581e949b8d00e11c23fef166a4ff /src/AS_DCP_MXF.cpp
parentb423f01ad10fd3cf7f860cace315c7d06e74db06 (diff)
Fix indentation
Use smart pointer for Reader Don't define fileReader constructor and destructor twice (win and posix) but just once as their implementation is the same
Diffstat (limited to 'src/AS_DCP_MXF.cpp')
-rwxr-xr-xsrc/AS_DCP_MXF.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/AS_DCP_MXF.cpp b/src/AS_DCP_MXF.cpp
index 9f6ca3f..5e51613 100755
--- a/src/AS_DCP_MXF.cpp
+++ b/src/AS_DCP_MXF.cpp
@@ -285,11 +285,10 @@ ASDCP::EssenceType(const std::string& filename, EssenceType_t& type, const Kumu:
else
{
DefaultLogSink().Error("Unsupported MXF Operational Pattern.\n");
- return RESULT_FORMAT;
+ return RESULT_FORMAT;
}
}
-
return result;
}