You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2022. It is now read-only.
Do you have any plans to update this library to support loading type 1 AVI files? At the moment when you try to load one, it results in an exception from Type2Index::Read():
if ( superIndex.bIndexType != 0/AVI_INDEX_OF_INDEXES/ ) Stream::ThrowException();
where for the file I am trying to load has a bIndexType value of 32.