Re: mciavi should be rewritten using the AVIFile interface

2010-11-17 Thread Maarten Lankhorst
Hi Joerg, 2010/11/17 : > Hi, > > MSDN documents (and I verified) that the MCIAVI allows to access an > open AVIFile object via the special name @NN...NN (decimal address). > Conversely, > open @-1024 type avivideo alias a > crashes native at address c000 -- except on w95 (KB140750). > > This

Re: mciavi should be rewritten using the AVIFile interface

2010-11-17 Thread Dmitry Timoshkov
wrote: > Hence mciavi.c should be rewritten to use the AVIFile API. I hope > that doing so will prevent a skew that I've observed with some apps, > where sound and video rendering do not match after a few seconds. It would be better to find and fix an actual bug instead of introducing a bunch o

mciavi should be rewritten using the AVIFile interface

2010-11-17 Thread Joerg-Cyril.Hoehle
Hi, MSDN documents (and I verified) that the MCIAVI allows to access an open AVIFile object via the special name @NN...NN (decimal address). Conversely, open @-1024 type avivideo alias a crashes native at address c000 -- except on w95 (KB140750). This makes it likely that MCIAVI internally us