shithub: opus

Download patch

ref: 08b88c8d3d355d1c3e48d2041eaa51de7e30b505
parent: aa995ddde38b8982edc7fe7c2d372a95ed94017c
author: Jean-Marc Valin <[email protected]>
date: Thu Aug 5 14:15:56 EDT 2010

This patch makes Tim happy

--- a/libcelt/bands.c
+++ b/libcelt/bands.c
@@ -408,7 +408,7 @@
 static int compute_qn(int N, int b, int offset, int stereo)
 {
    static const celt_int16 exp2_table8[8] =
-      {16384, 17867, 19484, 21247, 23170, 25268, 27554, 30048};
+      {16384, 17866, 19483, 21247, 23170, 25267, 27554, 30048};
    int qn, qb;
    int N2 = 2*N-1;
    if (stereo && N==2)