ChangeSet ID: 8655 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/07/01 19:38:57
Modified files: include : vfw.h dlls/avifil32 : avifile.c api.c
Log message: Michael Günnewig MichaelGuennewig@gmx.de - Fixed memory leak in AVISaveOptions. - Implemented AVISaveVW method. - Semi-stub implementation for CreateEditableStream method. - Added support for creation of interleaved AVI files. - Fixed creation of index table in AVI files. - Added declaration for IAVIStreaming interface. - Added some more macros. - Fixed some minor bugs.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8655
Old revision New revision Changes Path 1.35 1.36 +36 -0 wine/include/vfw.h 1.34 1.35 +95 -19 wine/dlls/avifil32/avifile.c 1.17 1.18 +453 -14 wine/dlls/avifil32/api.c