ChangeSet ID: 13364 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/17 19:30:37
Modified files: dlls/dsound : sound3d.c propset.c primary.c mixer.c dsound_private.h dsound.c capture.c buffer.c
Log message: Robert Reif reif@earthlink.net Allocate wave format structure dynamically based on format. Remove format checks to allow driver to decide if format supported. Code cleanups.
Patch: http://cvs.winehq.org/patch.py?id=13364
Old revision New revision Changes Path 1.31 1.32 +2 -2 wine/dlls/dsound/sound3d.c 1.19 1.20 +2 -2 wine/dlls/dsound/propset.c 1.29 1.30 +81 -74 wine/dlls/dsound/primary.c 1.23 1.24 +49 -55 wine/dlls/dsound/mixer.c 1.21 1.22 +2 -2 wine/dlls/dsound/dsound_private.h 1.13 1.14 +37 -12 wine/dlls/dsound/dsound.c 1.27 1.28 +5 -5 wine/dlls/dsound/capture.c 1.30 1.31 +96 -56 wine/dlls/dsound/buffer.c