diff options
| author | jhurst <jhurst@cinecert.com> | 2020-07-15 12:32:17 -0700 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2020-07-15 12:32:17 -0700 |
| commit | 7a3145b65af7181903206c5c152da6f648e91d7d (patch) | |
| tree | eafe1a217881896b8c296d387448705fc6621196 /src/AS_DCP_MXF.cpp | |
| parent | e8f0a84fedafbe3c2e1c283bef9e93afeefa7157 (diff) | |
| parent | 1b64c426f5bb727217984d353c5c3671f9bc4eed (diff) | |
Merge branch 'master' of https://github.com/cinecert/asdcplib
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 d3606fe..c478f2f 100755 --- a/src/AS_DCP_MXF.cpp +++ b/src/AS_DCP_MXF.cpp @@ -277,6 +277,10 @@ ASDCP::EssenceType(const std::string& filename, EssenceType_t& type) { type = ESS_AS02_ACES; } + else if ( ASDCP_SUCCESS(TestHeader.GetMDObjectByType(OBJ_TYPE_ARGS(IABEssenceDescriptor))) ) + { + type = ESS_AS02_IAB; + } } } else |
