Ignore:
Timestamp:
Jul 19, 2011 8:40:20 AM (13 years ago)
Author:
nanang
Message:

Re #1326:

  • Fixed compile warnings on vs2005
  • Fixed compile error when PJMEDIA_HAS_VIDEO set to 0 on vs2005
File:
1 edited

Legend:

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

    r3664 r3666  
    4949    struct { 
    5050        unsigned        option;         /**< Bitmask of options.        */ 
    51         unsigned        quality;        /**< Codec quality.             */ 
    52         unsigned        complexity;     /**< Codec complexity.          */ 
     51        int             quality;        /**< Codec quality.             */ 
     52        int             complexity;     /**< Codec complexity.          */ 
    5353    } speex; 
    5454 
Note: See TracChangeset for help on using the changeset viewer.