shithub: opus

Download patch

ref: 03f9ed300583c4eb8ebb81abf49c427d24893153
parent: d0f57874ef3c2ca2d6b5cb2a0e3b557ea2868279
author: Jean-Marc Valin <[email protected]>
date: Sat Mar 8 05:02:30 EST 2008

oops, forgot an int sampling rate somewhere

--- a/libcelt/modes.c
+++ b/libcelt/modes.c
@@ -97,7 +97,7 @@
    };
 
 
-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;