[PATCH 1/4] mmdevapi: Store period size in frames

Andrew Eikum aeikum at codeweavers.com
Tue Jan 4 15:30:27 CST 2011


There are three different units to represent durations of audio: time,
bytes, and frames. Since all three are in use in this module, we should
be more explicit about the unit of each variable.

In the case of the period size, it was being interpreted as both frames
and bytes in different parts, so standardize on frames.
---
   dlls/mmdevapi/audio.c |   36 +++++++++++++++++-------------------
   1 files changed, 17 insertions(+), 19 deletions(-)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-mmdevapi-Store-period-size-in-frames.patch
Type: text/x-patch
Size: 4897 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110104/5b62ac29/attachment.bin>


More information about the wine-patches mailing list