ChangeSet ID: 9624 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/10/03 22:05:25
Modified files: dlls/avifil32 : getframe.c avifile_private.h avifile.c avifil32.spec api.c Makefile.in Added files: dlls/avifil32 : editstream.c
Log message: Michael Günnewig MichaelGuennewig@gmx.de - First part of a new IAVIEditStream implementation. - Fixed/Added some parameter checking. - Fixed bug in EditStreamSetInfoW. - Fixed bug in avifil32.spec (str instead of wstr). - Fixed cosmetic bug in IAVIStreamImpl_fnRelease. - Fixed typo.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9624
Old revision New revision Changes Path 1.9 1.10 +24 -9 wine/dlls/avifil32/getframe.c 1.8 1.9 +2 -0 wine/dlls/avifil32/avifile_private.h 1.38 1.39 +6 -4 wine/dlls/avifil32/avifile.c 1.20 1.21 +1 -1 wine/dlls/avifil32/avifil32.spec 1.23 1.24 +20 -10 wine/dlls/avifil32/api.c 1.27 1.28 +1 -0 wine/dlls/avifil32/Makefile.in Added 1.1 +0 -0 wine/dlls/avifil32/editstream.c