View | Details | Raw Unified
Collapse All | Expand All

(-) lame/lame/libmp3lame/lame.c (-2 / +2 lines)
 Lines 20-26    Link Here 
 * Boston, MA 02111-1307, USA.
 * 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
#ifdef HAVE_CONFIG_H
# include <config.h>
# include <config.h>
 Lines 474-480    Link Here 
        gfc->quantization = 1;
        gfc->quantization = 1;
        gfc->noise_shaping = 1; /* 2=usually lowers quality */
        gfc->noise_shaping = 1; /* 2=usually lowers quality */
        gfc->substep_shaping = 2;
        gfc->substep_shaping = 2;
        gfc->noise_shaping_amp = 3;
        gfc->noise_shaping_amp = 2;
        gfc->noise_shaping_stop = 1;
        gfc->noise_shaping_stop = 1;
        gfc->use_best_huffman = 1; /* 2 not yet coded */
        gfc->use_best_huffman = 1; /* 2 not yet coded */
    }
    }