Changeset 445 for pjproject/trunk/pjsip-apps/src/samples/sndinfo.c
- Timestamp:
- May 14, 2006 9:29:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/sndinfo.c
r412 r445 128 128 ++rec_counter; 129 129 130 if (timestamp - last_rec_timestamp >= clock_rate ) {130 if (timestamp - last_rec_timestamp >= clock_rate && last_play_timestamp) { 131 131 int diff; 132 132 diff = last_play_timestamp - timestamp;
Note: See TracChangeset
for help on using the changeset viewer.