Ignore:
Timestamp:
Oct 14, 2011 4:15:15 AM (13 years ago)
Author:
bennylp
Message:

Committing re #1388: Support for OpenCORE AMR-NB codec (thank you Dan Arrhenius for the contribution!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjmedia/include/pjmedia-codec/config.h

    r3553 r3816  
    314314 
    315315/** 
     316 * OpenCORE AMR-NB codec is enabled by default. 
     317 */ 
     318#ifndef PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 
     319#   define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC     0 
     320#endif 
     321 
     322/** 
    316323 * Default G.722.1 codec encoder and decoder level adjustment.  
    317324 * If the value is non-zero, then PCM input samples to the encoder will  
Note: See TracChangeset for help on using the changeset viewer.