Ignore:
Timestamp:
Nov 21, 2009, 11:25:59 PM (16 years ago)
Author:
Paul Smedley
Message:

Buffer fix from Pasha to reserv more space for playback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/sound.c

    r460 r475  
    12581258    ret = samples_to_bytes(status.avail);
    12591259
    1260     *pBytesAvail = ret > 752? ret - 752 : 0;
     1260    *pBytesAvail = ret;
    12611261    return OSSERR_SUCCESS;
    12621262}
Note: See TracChangeset for help on using the changeset viewer.