From 4aa1b8df26d36867c87ddb7c35f84adb83721780 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Wed, 19 May 2010 22:02:02 -0400 Subject: [PATCH] Most 5ms bands now have even width --- libcelt/modes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcelt/modes.c b/libcelt/modes.c index e01de39c..79821abc 100644 --- a/libcelt/modes.c +++ b/libcelt/modes.c @@ -114,7 +114,7 @@ static const unsigned char band_allocation[BARK_BANDS*BITALLOC_SIZE] = }; #endif -static const celt_int16 eband5ms[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 17, 20, 23, 27, 33, 40, 48, 60, 78, 100}; +static const celt_int16 eband5ms[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 16, 20, 24, 28, 34, 40, 48, 60, 78, 100}; static celt_int16 *compute_ebands(celt_int32 Fs, int frame_size, int res, int *nbEBands) {