cinecert / asdcplib

AS-DCP and AS-02 File Access Library
Other
73 stars 55 forks source link

AS02 index writer does not handle large index table segments #52

Closed palemieux closed 4 years ago

palemieux commented 4 years ago

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.