[xiph-cvs] cvs commit: speex/libspeex ltp.c
Jean-Marc Valin
jm at xiph.org
Mon May 5 18:19:55 PDT 2003
jm 03/05/05 21:19:55
Modified: libspeex ltp.c
Log:
oops...
Revision Changes Path
1.75 +1 -1 speex/libspeex/ltp.c
Index: ltp.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/ltp.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ltp.c 10 Mar 2003 17:16:17 -0000 1.74
+++ ltp.c 6 May 2003 01:19:55 -0000 1.75
@@ -415,7 +415,7 @@
if (gain[2]>0)
gain_sum += gain[2];
else
- gain_sum -= .5*gain[0];
+ gain_sum -= .5*gain[2];
if (gain_sum > tmp) {
float fact = tmp/gain_sum;
for (i=0;i<3;i++)
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list