Changeset 4234


Ignore:
Timestamp:
Aug 22, 2012 9:07:40 AM (12 years ago)
Author:
ming
Message:

Re #1562: Fixed compilation error if PJMEDIA_HAS_PASSTHROUGH_CODECS is enabled

File:
1 edited

Legend:

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

    r4145 r4234  
    292292        codec_cfg.passthrough.setting.fmt_cnt = ext_fmt_cnt; 
    293293        codec_cfg.passthrough.setting.fmts = ext_fmts; 
    294         codec_cfg.passthrough.setting.ilbc_mode = cfg->ilbc_mode; 
     294        codec_cfg.passthrough.setting.ilbc_mode = 
     295            pjsua_var.media_cfg.ilbc_mode; 
    295296    } 
    296297#endif /* PJMEDIA_HAS_PASSTHROUGH_CODECS */ 
Note: See TracChangeset for help on using the changeset viewer.