diff options
| author | milla <marc.illa@dolby.com> | 2021-06-15 13:12:01 +0200 |
|---|---|---|
| committer | milla <marc.illa@dolby.com> | 2021-06-15 13:13:12 +0200 |
| commit | 8df78decb4e01b579bbbd1f479d187adf34fc030 (patch) | |
| tree | 67151d234a56581e949b8d00e11c23fef166a4ff /src/AS_DCP_MXF.cpp | |
| parent | b423f01ad10fd3cf7f860cace315c7d06e74db06 (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-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 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; } |
