ChangeSet ID: 8808 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/07/21 14:59:57
Modified files: dlls/avifil32 : avifile.c api.c
Log message: Michael Günnewig MichaelGuennewig@gmx.de - Fixed AVIStreamTimeToSample and AVIStreamSampleToTime methods to stay in bounds and behave like the native ones. - Fallback to mmioOpenA if mmioOpenW doesn't work (when using Win9x DLLs). - Fixed a bug of using mmioDescend/mmioAscend (occured with native libs). - Silent a message which could be incorrect for non-video streams.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8808
Old revision New revision Changes Path 1.35 1.36 +18 -5 wine/dlls/avifil32/avifile.c 1.19 1.20 +29 -3 wine/dlls/avifil32/api.c