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_02_IAB.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_02_IAB.h')
| -rw-r--r-- | src/AS_02_IAB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_02_IAB.h b/src/AS_02_IAB.h index aade55d..57fb77e 100644 --- a/src/AS_02_IAB.h +++ b/src/AS_02_IAB.h @@ -172,7 +172,7 @@ namespace AS_02 { * * @throws std::runtime_error if the Track File is not open */ - virtual const ASDCP::MXF::OP1aHeader& OP1aHeader() const; + virtual ASDCP::MXF::OP1aHeader& OP1aHeader() const; /** * Warning: direct manipulation of MXF structures can interfere |
