Ignore:
Timestamp:
Apr 6, 2011 1:55:01 PM (13 years ago)
Author:
nanang
Message:

Re #1186:

  • Added custom negotiation callback mechanism in SDP negotiator, mainly for specific formats that require SDP fmtp negotiation.
  • Modified video codec ID string to use encoding name+payload type (was encoding name+clock rate), also added encoding description in video codec info, so duplicated codecs (e.g: multiple H264 configurations) can be differentiated.
  • Few enhancements for H264 in ffmpeg wrapper (e.g: added proper profile-id & packetization-mode setup).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjsip/include/pjsua-lib/pjsua.h

    r3471 r3500  
    43804380 
    43814381    /** 
     4382     * Codec description. 
     4383     */ 
     4384    pj_str_t            desc; 
     4385 
     4386    /** 
    43824387     * Internal buffer. 
    43834388     */ 
    4384     char                buf_[32]; 
     4389    char                buf_[64]; 
    43854390 
    43864391} pjsua_codec_info; 
Note: See TracChangeset for help on using the changeset viewer.