oops, forgot an int sampling rate somewhere
This commit is contained in:
parent
d0f57874ef
commit
03f9ed3005
1 changed files with 1 additions and 1 deletions
|
@ -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 *eBands;
|
||||||
int i, res, min_width, lin, low, high;
|
int i, res, min_width, lin, low, high;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue