ChangeSet ID: 13257
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/12 15:01:32
Modified files:
dlls/dsound : mixer.c
Log message:
Robert Reif <reif(a)earthlink.net>
Speed up mixing and unmixing by moving sample size and buffer wrap
tests to outside the loop. The code is not as compact or pretty but
it should be faster.
Patch: http://cvs.winehq.org/patch.py?id=13257
Old revision New revision Changes Path
1.22 1.23 +125 -50 wine/dlls/dsound/mixer.c