Changeset 650 for pjproject/trunk
- Timestamp:
- Aug 4, 2006 9:01:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/sound_port.c
r648 r650 455 455 status = pjmedia_aec_create(pool, snd_port->clock_rate, 456 456 snd_port->samples_per_frame, 457 snd_port->clock_rate * tail_ms / 1000, 458 0, &snd_port->aec); 457 tail_ms, 0, &snd_port->aec); 459 458 if (status != PJ_SUCCESS) 460 459 snd_port->aec = NULL; 461 460 } else { 461 PJ_LOG(4,(THIS_FILE, "AEC disabled in the sound port")); 462 462 status = PJ_SUCCESS; 463 463 }
Note: See TracChangeset
for help on using the changeset viewer.