ChangeSet ID: 13000 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/07/20 17:09:53
Modified files: dlls/winmm/tests: wave.c
Log message: Francois Gouget fgouget@codeweavers.com Revert my previous incorrect check_position() patch: Windows returns exactly the number of samples/bytes played (no plus one there). Modify check_position() to work off the actual number of bytes as calculated by wave_generate_la(). This fixes problems due to rounding when duration is not a neat integer. Round up the frame field when checking TIME_SMPTE.
Patch: http://cvs.winehq.org/patch.py?id=13000
Old revision New revision Changes Path 1.33 1.34 +18 -11 wine/dlls/winmm/tests/wave.c