Changeset 5153
- Timestamp:
- Aug 7, 2015 9:22:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-codec/l16.c
r4987 r5153 592 592 frames[count].buf = pkt; 593 593 frames[count].size = data->frame_size; 594 frames[count].timestamp.u64 = ts->u64 + (count * data->frame_size );594 frames[count].timestamp.u64 = ts->u64 + (count * data->frame_size >> 1); 595 595 596 596 pkt = ((char*)pkt) + data->frame_size;
Note: See TracChangeset
for help on using the changeset viewer.