- Timestamp:
- Feb 23, 2009 7:58:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/aps-direct/pjmedia/src/pjmedia/conf_switch.c
r2471 r2472 1293 1293 1294 1294 /* Return sound playback frame. */ 1295 {1295 do { 1296 1296 struct conf_port *this_cport = conf->ports[this_port->port_data.ldata]; 1297 1297 pjmedia_frame *f_src = (pjmedia_frame*) this_cport->tx_buf; … … 1355 1355 f_src_->subframe_cnt = 0; 1356 1356 } 1357 } 1357 } while (0); 1358 1358 1359 1359 /* Unlock mutex */
Note: See TracChangeset
for help on using the changeset viewer.