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
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.
Hi there,
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.
Many thanks,
Tom