Ignore:
Timestamp:
Apr 1, 2009 12:05:34 PM (15 years ago)
Author:
nanang
Message:

Ticket #774:

  • Initial source of G.722.1/Annex C integration.
  • Disabled some "odd" modes of L16 codec (11kHz & 22kHz mono & stereo) while releasing some payload types.
File:
1 edited

Legend:

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

    r2521 r2563  
    234234 
    235235 
     236/** 
     237 * G.722.1 codec is disabled by default, it's currently under development. 
     238 */ 
     239#ifndef PJMEDIA_HAS_G7221_CODEC 
     240#   define PJMEDIA_HAS_G7221_CODEC    0 
     241#endif 
     242 
     243 
    236244#endif  /* __PJMEDIA_CODEC_CONFIG_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.