Changeset 4090


Ignore:
Timestamp:
Apr 26, 2012 9:12:25 AM (12 years ago)
Author:
bennylp
Message:

Re #1474: this is supposed to be part of r4082 above, which is the merging of r4054 to r4079. Somehow it was left uncommitted!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_aud.c

    r4000 r4090  
    861861            if (pjsua_var.cap_dev != NULL_SND_DEV_ID) { 
    862862                pjmedia_snd_port_param param; 
     863 
     864                pjmedia_snd_port_param_default(&param); 
     865                param.ec_options = pjsua_var.media_cfg.ec_options; 
    863866 
    864867                /* Create parameter based on peer info */ 
     
    18921895                            pjsua_var.media_cfg.audio_frame_ptime * 
    18931896                            pjsua_var.media_cfg.channel_count / 1000; 
     1897        pjmedia_snd_port_param_default(&param); 
     1898        param.ec_options = pjsua_var.media_cfg.ec_options; 
    18941899        status = create_aud_param(&param.base, capture_dev, playback_dev, 
    18951900                                  alt_cr[i], pjsua_var.media_cfg.channel_count, 
     
    20342039 
    20352040    pjsua_var.media_cfg.ec_tail_len = tail_ms; 
     2041    pjsua_var.media_cfg.ec_options = options; 
    20362042 
    20372043    if (pjsua_var.snd_port) 
Note: See TracChangeset for help on using the changeset viewer.