Ignore:
Timestamp:
Oct 21, 2006 9:23:37 AM (18 years ago)
Author:
bennylp
Message:

Fixed quality setting in MP3 writer (thanks Toni again)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/mp3_port.h

    r785 r786  
    6666    pj_bool_t   vbr; 
    6767 
    68     /** Target bitrate, in bps. For VBR, if the bitrate is specified, then  
    69      *  the encoder will ignore the quality settings and instead will try to  
    70      *  limit the bitrate to the desired value in this setting. 
     68    /** Target bitrate, in bps. If VBR is enabled, this settings specifies  
     69     *  the  average bit-rate requested, and will make the encoder ignore  
     70     *  the quality setting. For CBR, this specifies the actual bitrate, 
     71     *  and if this option is zero, it will be set to the sampling rate 
     72     *  multiplied by number of channels. 
    7173     */ 
    7274    unsigned    bit_rate; 
Note: See TracChangeset for help on using the changeset viewer.