Hi
As far I know, all variables lengths in MXF are BER encoded.
That's why when reading length for "Index Entry Array" was finding it through BER function.
It all have been working fine, but recently have issues with few files, where first byte of length is 0x80, which I suppose is wrong.
Also mentioned by code line
http://www.koders.com/cpp/fid6A7143C828AF1376B7DCBF5072F5AF2FE5E8783B.aspx?s=mdef%3Ainsert#L142
I want to know, what is correct way to read length of "Index Entry Array" either to find it using BER method or by reading just 2 bytes. If I read only 2 bytes after 0x3F0A everything works fine again.
Thanks a lot