[xiph-commits] r12136 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Tue Nov 21 18:21:21 PST 2006
Author: jm
Date: 2006-11-21 18:21:19 -0800 (Tue, 21 Nov 2006)
New Revision: 12136
Modified:
trunk/speex/libspeex/lsp.c
Log:
Oops. bad capy-paste. Thanks to lianghu xu for point that out.
Modified: trunk/speex/libspeex/lsp.c
===================================================================
--- trunk/speex/libspeex/lsp.c 2006-11-21 14:55:11 UTC (rev 12135)
+++ trunk/speex/libspeex/lsp.c 2006-11-22 02:21:19 UTC (rev 12136)
@@ -509,7 +509,7 @@
/* hard limit ak's to +/- 32767 */
- if (a < -32767) a = 32767;
+ if (a < -32767) a = -32767;
if (a > 32767) a = 32767;
ak[j-1] = (short)a;
More information about the commits
mailing list