shithub: opus

Download patch

ref: 41a15e6ca55d13650dc91e2e040a5147c5c8edd4
parent: cf874373c0df91a429d9e6ead701fecd15214f20
author: Jean-Marc Valin <[email protected]>
date: Mon Dec 27 11:33:38 EST 2010

Fixes tf_select_table[][] (missing commas)

--- a/libcelt/celt.c
+++ b/libcelt/celt.c
@@ -427,9 +427,9 @@
 
 static const signed char tf_select_table[4][8] = {
       {0, -1, 0, -1,    0,-1, 0,-1},
-      {0, -1, 0, -2,    1, 0, 1 -1},
-      {0, -2, 0, -3,    2, 0, 1 -1},
-      {0, -2, 0, -3,    2, 0, 1 -1},
+      {0, -1, 0, -2,    1, 0, 1,-1},
+      {0, -2, 0, -3,    2, 0, 1,-1},
+      {0, -2, 0, -3,    2, 0, 1,-1},
 };
 
 static celt_word32 l1_metric(const celt_norm *tmp, int N, int LM, int width)