Changeset 5187
- Timestamp:
- Oct 7, 2015 3:57:17 AM (9 years ago)
- Location:
- pjproject/trunk/pjmedia/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-codec/ilbc.c
r5182 r5187 528 528 pj_set_timestamp32(&ilbc_codec->last_tx, 0, 0); 529 529 530 PJ_LOG( 5,(ilbc_codec->obj_name,530 PJ_LOG(4,(ilbc_codec->obj_name, 531 531 "iLBC codec opened, mode=%d", dec_fmtp_mode)); 532 532 -
pjproject/trunk/pjmedia/src/pjmedia/stream.c
r5174 r5187 2082 2082 /* Get codec param: */ 2083 2083 if (info->param) 2084 stream->codec_param = * info->param;2084 stream->codec_param = *stream->si.param; 2085 2085 else { 2086 2086 status = pjmedia_codec_mgr_get_default_param(stream->codec_mgr, … … 2385 2385 } 2386 2386 #endif 2387 2388 /* Update the stream info's codec param */ 2389 stream->si.param = &stream->codec_param; 2387 2390 2388 2391 /* Send RTCP SDES */
Note: See TracChangeset
for help on using the changeset viewer.