oops, forgot an int sampling rate somewhere

This commit is contained in:
Jean-Marc Valin 2008-03-08 10:02:30 +11:00
parent d0f57874ef
commit 03f9ed3005

View file

@ -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;