From da2037d66dd7aed89906016927c0ef797f9c1d87 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 3 Jul 2001 04:37:32 +0000 Subject: [PATCH] use double instead of FLAC__real in some places internally --- src/libFLAC/include/private/lpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libFLAC/include/private/lpc.h b/src/libFLAC/include/private/lpc.h index 358098ae..8bb034e1 100644 --- a/src/libFLAC/include/private/lpc.h +++ b/src/libFLAC/include/private/lpc.h @@ -150,7 +150,7 @@ void FLAC__lpc_restore_signal_asm_ia32_mmx(const FLAC__int32 residual[], unsigne * RETURN expected bits per sample */ FLAC__real FLAC__lpc_compute_expected_bits_per_residual_sample(FLAC__real lpc_error, unsigned total_samples); -FLAC__real FLAC__lpc_compute_expected_bits_per_residual_sample_with_error_scale(FLAC__real lpc_error, FLAC__real error_scale); +FLAC__real FLAC__lpc_compute_expected_bits_per_residual_sample_with_error_scale(FLAC__real lpc_error, double error_scale); /* * FLAC__lpc_compute_best_order()