Changeset 3910


Ignore:
Timestamp:
Dec 15, 2011 6:34:25 AM (12 years ago)
Author:
nanang
Message:

Misc (re #1393): fix compile error in pjmedia-codec/audio_codecs.c, caused by typo and wrong member reference: '&c->passthough.ilbc' should be '&c->passthrough.setting'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/audio_codecs.c

    r3841 r3910  
    4646 
    4747#if PJMEDIA_HAS_PASSTHROUGH_CODECS 
    48     status = pjmedia_codec_passthrough_init2(endpt, &c->passthough.ilbc); 
     48    status = pjmedia_codec_passthrough_init2(endpt, &c->passthrough.setting); 
    4949    if (status != PJ_SUCCESS) 
    5050        return status; 
Note: See TracChangeset for help on using the changeset viewer.