shithub: opus

Download patch

ref: b0c93c66eac4de48022313a02964a3f662c4863f
parent: afa5eb38b5102af727188c2e945fd2ccf0fe2e7f
author: Jean-Marc Valin <[email protected]>
date: Wed Mar 5 08:12:16 EST 2008

oops, pgain_table now has half the number of elements

--- a/libcelt/pgain_table.h
+++ b/libcelt/pgain_table.h
@@ -1,6 +1,6 @@
 /* Each row contains 8 values for the pitch table. The lowest index value is
    stored in the MSB (i.e. big endian ordering) */
-celt_uint16_t pgain_table[1024] = {
+celt_uint16_t pgain_table[512] = {
 0x0000, 0x0000, 0x0000, 0x0000, 
 0x140d, 0x0908, 0x5b11, 0x0f07, 
 0x8380, 0x7608, 0x0807, 0x0705,