Changeset 3910 for pjproject/trunk/pjmedia/src/pjmedia-codec/audio_codecs.c
- Timestamp:
- Dec 15, 2011 6:34:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-codec/audio_codecs.c
r3841 r3910 46 46 47 47 #if PJMEDIA_HAS_PASSTHROUGH_CODECS 48 status = pjmedia_codec_passthrough_init2(endpt, &c->passth ough.ilbc);48 status = pjmedia_codec_passthrough_init2(endpt, &c->passthrough.setting); 49 49 if (status != PJ_SUCCESS) 50 50 return status;
Note: See TracChangeset
for help on using the changeset viewer.