=================================================================== RCS file: /cvsroot/lame/lame/libmp3lame/lame.c,v retrieving revision 1.193 retrieving revision 1.194 diff -u -r1.193 -r1.194 --- lame/lame/libmp3lame/lame.c 2002/11/13 20:24:04 1.193 +++ lame/lame/libmp3lame/lame.c 2002/11/28 18:04:18 1.194 @@ -20,7 +20,7 @@ * Boston, MA 02111-1307, USA. */ -/* $Id: lame.c,v 1.193 2002/11/13 20:24:04 bouvigne Exp $ */ +/* $Id: lame.c,v 1.194 2002/11/28 18:04:18 bouvigne Exp $ */ #ifdef HAVE_CONFIG_H # include @@ -474,7 +474,7 @@ gfc->quantization = 1; gfc->noise_shaping = 1; /* 2=usually lowers quality */ gfc->substep_shaping = 2; - gfc->noise_shaping_amp = 3; + gfc->noise_shaping_amp = 2; gfc->noise_shaping_stop = 1; gfc->use_best_huffman = 1; /* 2 not yet coded */ }