Ignore:
Timestamp:
Aug 15, 2008 6:35:50 PM (16 years ago)
Author:
nanang
Message:

Ticket #583:

  • rearranged some codec properties, e.g: codec name, enable/disable, payload type
  • fixed bug VAD setting on init USC codec
File:
1 edited

Legend:

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

    r2216 r2218  
    6060    PJMEDIA_RTP_PT_G726_16,                     /**< G726 @ 16Kbps          */ 
    6161    PJMEDIA_RTP_PT_G726_24,                     /**< G726 @ 24Kbps          */ 
    62     PJMEDIA_RTP_PT_G726_32,                     /**< G726 @ 32Kbps          */ 
     62    /* PJMEDIA_RTP_PT_G726_32,*/                /**< G726 @ 32Kbps, static? */ 
    6363    PJMEDIA_RTP_PT_G726_40,                     /**< G726 @ 40Kbps          */ 
    64     PJMEDIA_RTP_PT_G722_1_16,                   /**< G722.1 (16Kbps)        */ 
    65     PJMEDIA_RTP_PT_G722_1_24,                   /**< G722.1 (24Kbps)        */ 
    66     PJMEDIA_RTP_PT_G722_1_32,                   /**< G722.1 (32Kbps)        */ 
     64    PJMEDIA_RTP_PT_G722_1,                      /**< G722.1 (16-32Kbps)     */ 
    6765}; 
    6866 
Note: See TracChangeset for help on using the changeset viewer.