Changeset 2216 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
- Timestamp:
- Aug 15, 2008 1:17:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c
r2196 r2216 92 92 93 93 /* Register all codecs */ 94 94 95 #if PJMEDIA_HAS_SPEEX_CODEC 95 96 /* Register speex. */ … … 159 160 } 160 161 #endif /* PJMEDIA_HAS_G722_CODEC */ 162 163 #if PJMEDIA_HAS_INTEL_IPP_CODECS 164 /* Register IPP codecs */ 165 status = pjmedia_codec_ipp_init(pjsua_var.med_endpt); 166 if (status != PJ_SUCCESS) { 167 pjsua_perror(THIS_FILE, "Error initializing IPP codecs", 168 status); 169 return status; 170 } 171 172 #endif /* PJMEDIA_HAS_INTEL_IPP_CODECS */ 161 173 162 174 #if PJMEDIA_HAS_L16_CODEC
Note: See TracChangeset
for help on using the changeset viewer.