Changeset 4117
- Timestamp:
- May 3, 2012 4:05:10 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjmedia/src/pjmedia/conf_switch.c
r3941 r4117 541 541 if (src_port->info->channel_count != dst_port->info->channel_count) { 542 542 pj_mutex_unlock(conf->mutex); 543 return PJMEDIA_ENCC LOCKRATE;543 return PJMEDIA_ENCCHANNEL; 544 544 } 545 545
Note: See TracChangeset
for help on using the changeset viewer.