[xiph-commits] r11607 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Wed Jun 21 06:47:19 PDT 2006
Author: jm
Date: 2006-06-21 06:47:15 -0700 (Wed, 21 Jun 2006)
New Revision: 11607
Modified:
trunk/speex/libspeex/jitter.c
Log:
removed debug printf
Modified: trunk/speex/libspeex/jitter.c
===================================================================
--- trunk/speex/libspeex/jitter.c 2006-06-21 03:42:43 UTC (rev 11606)
+++ trunk/speex/libspeex/jitter.c 2006-06-21 13:47:15 UTC (rev 11607)
@@ -270,7 +270,7 @@
}
if (0&&jitter->pointer_timestamp%1000==0)
{
- fprintf (stderr, "%f %f %f %f %f %f\n", early_ratio_short, early_ratio_long, ontime_ratio_short, ontime_ratio_long, late_ratio_short, late_ratio_long);
+ /*fprintf (stderr, "%f %f %f %f %f %f\n", early_ratio_short, early_ratio_long, ontime_ratio_short, ontime_ratio_long, late_ratio_short, late_ratio_long);*/
/*fprintf (stderr, "%f %f\n", early_ratio_short + ontime_ratio_short + late_ratio_short, early_ratio_long + ontime_ratio_long + late_ratio_long);*/
}
@@ -372,7 +372,7 @@
/* If we find something */
if (i!=SPEEX_JITTER_MAX_BUFFER_SIZE)
{
- /* We (ibviously) haven't lost this packet */
+ /* We (obviously) haven't lost this packet */
jitter->lost_count = 0;
jitter->loss_rate = .999*jitter->loss_rate;
/* Check for potential overflow */
More information about the commits
mailing list