[xiph-cvs] cvs commit: speex/libspeex nb_celp.c

Jean-Marc Valin jm at xiph.org
Thu May 8 22:28:59 PDT 2003



jm          03/05/09 01:28:59

  Modified:    libspeex nb_celp.c
  Log:
  oops... another stupid bug

Revision  Changes    Path
1.115     +1 -1      speex/libspeex/nb_celp.c

Index: nb_celp.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/nb_celp.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- nb_celp.c	10 Mar 2003 17:16:17 -0000	1.114
+++ nb_celp.c	9 May 2003 05:28:59 -0000	1.115
@@ -485,7 +485,7 @@
       int quant;
       quant = (int)floor(.5+15*ol_pitch_coef);
       if (quant>15)
-         quant=0;
+         quant=15;
       if (quant<0)
          quant=0;
       speex_bits_pack(bits, quant, 4);

<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