Rok Mandeljc rok.mandeljc@gimb.org writes:
- this one concerns RIFF loading stuff I've been working on recently.
MSDN states that IStream and IPersistStream insterfaces should be used in parsing data, which means all functs. in helper.c are wrong. I'll look deeper into docs and try to find out how it's supposed to go (just expect that all functs. will be replaced so do not modify them ;=) ).
The avifile/avifil32 library also says to implement the IPersistStream interface, which I have implemented some time ago. But the avifile API only uses the Load method, because the Save* methods are not sufficent for the API.
Michael