Ignore:
Timestamp:
Apr 27, 2006 10:37:08 PM (18 years ago)
Author:
bennylp
Message:

Initial support for stereo codecs, and added L16 codecs. Also better handling for case remote media is restarted

File:
1 edited

Legend:

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

    r398 r412  
    676676                  info.stream_info[i].fmt.encoding_name.slen, 
    677677                  info.stream_info[i].fmt.encoding_name.ptr, 
    678                   info.stream_info[i].fmt.sample_rate / 1000, 
     678                  info.stream_info[i].fmt.clock_rate / 1000, 
    679679                  dir, 
    680680                  rem_addr, rem_port)); 
Note: See TracChangeset for help on using the changeset viewer.