summaryrefslogtreecommitdiff
path: root/src/AS_02_IAB.cpp
diff options
context:
space:
mode:
authorWolfgang Ruppel <imftool@t-online.de>2020-04-22 23:40:39 +0200
committerGitHub <noreply@github.com>2020-04-22 14:40:39 -0700
commitda198d2a3a2b772357b3333aae3eb95e96fb6d93 (patch)
treea132eb940f4ba29deb20288e169078c0c2201a6a /src/AS_02_IAB.cpp
parent8be2ad09b94fbf2f023e24cf1b7eec10c03047b4 (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.cpp')
-rw-r--r--src/AS_02_IAB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_02_IAB.cpp b/src/AS_02_IAB.cpp
index 3b0aa8c..319833f 100644
--- a/src/AS_02_IAB.cpp
+++ b/src/AS_02_IAB.cpp
@@ -329,7 +329,7 @@ AS_02::IAB::MXFReader::MXFReader() : m_State(ST_READER_BEGIN) {}
AS_02::IAB::MXFReader::~MXFReader() {}
-const ASDCP::MXF::OP1aHeader&
+ASDCP::MXF::OP1aHeader&
AS_02::IAB::MXFReader::OP1aHeader() const {
if (this->m_State == ST_READER_BEGIN) {
throw Kumu::RuntimeError(Kumu::RESULT_INIT);