Changeset 769:6660c4f64de4 in mediastreamer2 for linphone/mediastreamer2/src/winsndds.cpp
- Timestamp:
- Nov 10, 2009 12:52:18 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/mediastreamer2/src/winsndds.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/mediastreamer2/src/winsndds.cpp
r767 r769 1178 1178 queue_t rq; 1179 1179 ms_mutex_t mutex; 1180 u nsigned int bytes_read;1180 uint64_t bytes_read; 1181 1181 unsigned int nbufs_playing; 1182 1182 … … 1277 1277 static uint64_t winsndds_get_cur_time( void *data){ 1278 1278 WinSndDs *d=(WinSndDs*)data; 1279 uint64_t curtime=( (uint64_t)d->bytes_read*1000)/(uint64_t)d->wfx.nAvgBytesPerSec;1279 uint64_t curtime=(d->bytes_read*1000)/(uint64_t)d->wfx.nAvgBytesPerSec; 1280 1280 return curtime; 1281 1281 }
Note: See TracChangeset
for help on using the changeset viewer.
