summaryrefslogtreecommitdiff
path: root/src/h__02_Reader.cpp
diff options
context:
space:
mode:
authormschroffel <mschroffel@cinecert.com>2014-10-23 23:31:24 +0000
committermschroffel <>2014-10-23 23:31:24 +0000
commitc37d749945eba6b8922ecf58ef886f32ee55b38e (patch)
treec690826ca3f2f53b0fc96a88f207b6c08956dd3c /src/h__02_Reader.cpp
parentb0385c16a93fb6a6ff8fa6d77560c9c05f3f4111 (diff)
version bump
Diffstat (limited to 'src/h__02_Reader.cpp')
-rw-r--r--src/h__02_Reader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/h__02_Reader.cpp b/src/h__02_Reader.cpp
index b67f9c8..1d5feb2 100644
--- a/src/h__02_Reader.cpp
+++ b/src/h__02_Reader.cpp
@@ -93,7 +93,8 @@ AS_02::MXF::AS02IndexReader::InitFromFile(const Kumu::FileReader& reader, const
}
else if ( i->BodySID != first_body_sid )
{
- DefaultLogSink().Error("RIP contains multipls BodySID identities.\n");
+ DefaultLogSink().Debug("The index assembler is ignoring BodySID %d.\n", i->BodySID);
+ continue;
}
reader.Seek(i->ByteOffset);