Ignore:
Timestamp:
Apr 12, 2011 6:24:19 PM (13 years ago)
Author:
nanang
Message:

Re #1219:

  • Implemented validation of H.264 level in codec param.
  • Update H.264 packetization setting to always send single NAL unit, for better compatibility.
  • Update H.264 SDP custom negotiation to be permissive.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia/vid_codec_util.h

    r3500 r3526  
    140140 
    141141 
     142/** 
     143 * Parse and apply the encoding and decoding SDP fmtp of H.264 in the 
     144 * specified codec parameter. This will validate size and fps to conform 
     145 * to H.264 level specified in SDP fmtp "profile-level-id". 
     146 * 
     147 * @param param         The codec parameter. 
     148 * 
     149 * @return              PJ_SUCCESS on success. 
     150 */ 
     151PJ_DECL(pj_status_t) pjmedia_vid_codec_h264_apply_fmtp( 
     152                                pjmedia_vid_codec_param *param); 
     153 
     154 
    142155PJ_END_DECL 
    143156 
Note: See TracChangeset for help on using the changeset viewer.