Ignore:
Timestamp:
Mar 17, 2008 2:07:53 PM (16 years ago)
Author:
bennylp
Message:

Ticket #507: committed and tested g722 patch on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/pcaputil.c

    r1802 r1870  
    244244#endif  /* PJMEDIA_HAS_G711_CODEC */ 
    245245 
     246#if PJMEDIA_HAS_G722_CODEC 
     247    T( pjmedia_codec_g722_init(app.mept) ); 
     248#endif  /* PJMEDIA_HAS_G722_CODEC */ 
     249 
    246250#if PJMEDIA_HAS_L16_CODEC 
    247251    T( pjmedia_codec_l16_init(app.mept, 0) ); 
Note: See TracChangeset for help on using the changeset viewer.