Skip to content
Snippets Groups Projects
Commit 03f9ed30 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

oops, forgot an int sampling rate somewhere

parent d0f57874
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment