[xiph-cvs] cvs commit: speex/libspeex nb_celp.c
Jean-Marc Valin
jm at xiph.org
Fri Dec 20 11:51:17 PST 2002
jm 02/12/20 14:51:17
Modified: libspeex nb_celp.c
Log:
removed debug printf...
Revision Changes Path
1.102 +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.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- nb_celp.c 20 Dec 2002 17:45:36 -0000 1.101
+++ nb_celp.c 20 Dec 2002 19:51:17 -0000 1.102
@@ -388,7 +388,7 @@
st->vbr_quality=10;
if (st->vbr_quality<0)
st->vbr_quality=0;
- printf ("%f %f\n", st->abr_drift/(.1+st->abr_count), st->vbr_quality);
+ /*printf ("%f %f\n", st->abr_drift/(.1+st->abr_count), st->vbr_quality);*/
}
st->relative_quality = vbr_analysis(st->vbr, in, st->frameSize, ol_pitch, ol_pitch_coef);
<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