Ignore:
Timestamp:
Jul 15, 2009 5:55:16 PM (15 years ago)
Author:
nanang
Message:

Ticket #919:

  • Added default ilbc mode into codec passthrough setting.
  • Added iLBC mode 'negotiation' in iLBC codec_open().
  • Updated stream_create() to prioritize codec_open(), that may update the codec params, over stream initializations involving codec params.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-codec/passthrough.h

    r2825 r2834  
    5959    pjmedia_format      *fmts;          /**< Encoding formats to be  
    6060                                             enabled.                   */ 
     61    unsigned             ilbc_mode;     /**< iLBC default mode.         */ 
    6162} pjmedia_codec_passthrough_setting; 
    6263 
Note: See TracChangeset for help on using the changeset viewer.