oops, fix bug with error_scale

This commit is contained in:
Josh Coalson
2001-05-25 00:05:15 +00:00
parent a3f7c2c76c
commit 5469112ee3

View File

@@ -289,8 +289,7 @@ real FLAC__lpc_compute_expected_bits_per_residual_sample_with_error_scale(real l
unsigned FLAC__lpc_compute_best_order(const real lpc_error[], unsigned max_order, unsigned total_samples, unsigned bits_per_signal_sample)
{
unsigned order, best_order;
real best_bits, tmp_bits;
const error_scale;
real best_bits, tmp_bits, error_scale;
assert(max_order > 0);
assert(total_samples > 0);