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/pjsip-apps/src/samples/pjsip-perf.c

    r3553 r3816  
    940940#if defined(PJMEDIA_HAS_G722_CODEC) && PJMEDIA_HAS_G722_CODEC!=0 
    941941    pjmedia_codec_g722_init(app.med_endpt); 
     942#endif 
     943#if defined(PJMEDIA_HAS_OPENCORE_AMRNB_CODEC) && PJMEDIA_HAS_OPENCORE_AMRNB_CODEC!=0 
     944    pjmedia_codec_opencore_amrnb_init(app.med_endpt); 
    942945#endif 
    943946 
Note: See TracChangeset for help on using the changeset viewer.