From 03f9ed300583c4eb8ebb81abf49c427d24893153 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Sat, 8 Mar 2008 10:02:30 +1100 Subject: [PATCH] oops, forgot an int sampling rate somewhere --- libcelt/modes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcelt/modes.c b/libcelt/modes.c index 299f1cd9..b99dc0a7 100644 --- a/libcelt/modes.c +++ b/libcelt/modes.c @@ -97,7 +97,7 @@ static const int band_allocation[BARK_BANDS*BITALLOC_SIZE] = }; -static int *compute_ebands(int Fs, int frame_size, int *nbEBands) + static int *compute_ebands(celt_int32_t Fs, int frame_size, int *nbEBands) { int *eBands; int i, res, min_width, lin, low, high;