AS_02::MXF::AS02IndexWriterVBR::PushIndexEntry() does not handle the splitting of index tables in multiple segments, in contrast to ASDCP::MXF::OPAtomIndexFooter::PushIndexEntry(const IndexTableSegment::IndexEntry& Entry).
This is a problem since it looks like the size of index tables are hard limited to 65k.
AS_02::MXF::AS02IndexWriterVBR::PushIndexEntry()
does not handle the splitting of index tables in multiple segments, in contrast toASDCP::MXF::OPAtomIndexFooter::PushIndexEntry(const IndexTableSegment::IndexEntry& Entry)
.This is a problem since it looks like the size of index tables are hard limited to 65k.