diff options
| author | Wolfgang Ruppel <imftool@t-online.de> | 2020-04-22 23:40:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 14:40:39 -0700 |
| commit | da198d2a3a2b772357b3333aae3eb95e96fb6d93 (patch) | |
| tree | a132eb940f4ba29deb20288e169078c0c2201a6a /src/AS_DCP.h | |
| parent | 8be2ad09b94fbf2f023e24cf1b7eec10c03047b4 (diff) | |
* Fixes an error when calling OP1aHeader::GetMDObjectByType()
* IAB Essence type detection added
* Adding AS_02_internal.h to deploy targets
Diffstat (limited to 'src/AS_DCP.h')
| -rwxr-xr-x | src/AS_DCP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h index 74991f6..44e60be 100755 --- a/src/AS_DCP.h +++ b/src/AS_DCP.h @@ -223,6 +223,7 @@ namespace ASDCP { ESS_AS02_TIMED_TEXT, // the file contains a TTML document and zero or more resources ESS_AS02_ISXD, // the file contains an ISXD document stream (per SMPTE RDD 47) ESS_AS02_ACES, // the file contains two or more ACES codestreams (per SMPTE ST 2067-50) + ESS_AS02_IAB, // the file contains an IAB stream (per SMPTE ST 2067-201) ESS_MAX }; |
