Changeset 2668 for pjproject/trunk
- Timestamp:
- Apr 30, 2009 6:49:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-audiodev/symb_mda_dev.cpp
r2506 r2668 707 707 } 708 708 709 if (f.type != PJMEDIA_FRAME_TYPE_AUDIO) 710 pj_bzero(frameBuf_, frameBufSize_); 711 709 712 // Increment timestamp. 710 713 timestamp_ += (frameBufSize_ / BYTES_PER_SAMPLE); … … 745 748 } 746 749 750 if (f.type != PJMEDIA_FRAME_TYPE_AUDIO) 751 pj_bzero(frameBuf_, frameBufSize_); 752 747 753 // Increment timestamp. 748 754 timestamp_ += (frameBufSize_ / BYTES_PER_SAMPLE);
Note: See TracChangeset
for help on using the changeset viewer.