Ignore:
Timestamp:
May 14, 2006 9:29:53 PM (18 years ago)
Author:
bennylp
Message:

Changed default sound back-end on Win32 to own DirectSound?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/sndinfo.c

    r412 r445  
    128128    ++rec_counter; 
    129129 
    130     if (timestamp - last_rec_timestamp >= clock_rate) { 
     130    if (timestamp - last_rec_timestamp >= clock_rate && last_play_timestamp) { 
    131131        int diff; 
    132132        diff = last_play_timestamp - timestamp; 
Note: See TracChangeset for help on using the changeset viewer.