Ignore:
Timestamp:
Apr 27, 2006 10:36:40 PM (18 years ago)
Author:
bennylp
Message:

Initial support for stereo codecs, and added L16 codecs. Also better handling for case remote media is restarted

File:
1 edited

Legend:

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

    r320 r411  
    2424 
    2525/** 
     26 * Unless specified otherwise, L16 codec is included by default. 
     27 */ 
     28#ifndef PJMEDIA_HAS_L16_CODEC 
     29#   define PJMEDIA_HAS_L16_CODEC    1 
     30#endif 
     31 
     32 
     33/** 
    2634 * Unless specified otherwise, GSM codec is included by default. 
    2735 */ 
Note: See TracChangeset for help on using the changeset viewer.