ChangeSet ID: 11460 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/12 14:24:50
Modified files: dlls/msacm : stream.c pcmconverter.c
Log message: Robert Reif reif@earthlink.net Fixed bug when PCMWAVEFORMAT is passed into acmStreamOpen. Fixed bug where interpolation is done with data past end of buffer. A proper fix would be to project the last sample based on the previous two but that requires significant changes. Added TRACE and WARN where needed.
Patch: http://cvs.winehq.org/patch.py?id=11460
Old revision New revision Changes Path 1.15 1.16 +58 -12 wine/dlls/msacm/stream.c 1.17 1.18 +186 -30 wine/dlls/msacm/pcmconverter.c