diff options
| author | jelkins <jelkins@cinecert.com> | 2020-10-08 09:49:48 -0700 |
|---|---|---|
| committer | jelkins <jelkins@cinecert.com> | 2020-10-08 09:49:48 -0700 |
| commit | ee40718aa383cb40beb67be317b3565c218d32c1 (patch) | |
| tree | d2bd150d132a7dbf8c6bbe0dd6ca0c001292158c /src/AS_DCP_MXF.cpp | |
| parent | 6b98e08246b5b6a191152e3a3a4a69b459d1ae35 (diff) | |
| parent | d417531ed59434ecaee487adfdf54646408479bf (diff) | |
Merge branch 'master' of https://github.com/Jason-elkins/asdcplib into check_optional_values_arent_empty
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 |
