Ignore:
Timestamp:
Oct 6, 2011 6:37:46 AM (13 years ago)
Author:
nanang
Message:

Close #1381:

  • Added 'ignore_fmtp' field in pjmedia_vid_codec_param to allow application to omit SDP fmtp in codec param without risking video size and frame rate param being overridden with default values.
  • Updated sample app vid_streamutil.c to use that field, which currently not supplying SDP fmtp to video codec.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/vid_codec.h

    r3776 r3795  
    127127    pjmedia_codec_fmtp  dec_fmtp;       /**< Decoder fmtp params            */ 
    128128 
     129    pj_bool_t           ignore_fmtp;    /**< Ignore fmtp params. If set to 
     130                                             PJ_TRUE, the codec will apply 
     131                                             format settings specified in 
     132                                             enc_fmt and dec_fmt only.      */ 
     133 
    129134} pjmedia_vid_codec_param; 
    130135 
Note: See TracChangeset for help on using the changeset viewer.