[xiph-commits] r11339 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Wed May 3 18:33:09 PDT 2006


Author: jm
Date: 2006-05-03 18:33:04 -0700 (Wed, 03 May 2006)
New Revision: 11339

Modified:
   trunk/speex/libspeex/jitter.c
Log:
added missing call to jitter_buffer_tick() in speex_jitter_get()


Modified: trunk/speex/libspeex/jitter.c
===================================================================
--- trunk/speex/libspeex/jitter.c	2006-05-03 23:31:00 UTC (rev 11338)
+++ trunk/speex/libspeex/jitter.c	2006-05-04 01:33:04 UTC (rev 11339)
@@ -499,6 +499,7 @@
             out[i]=0;
       }
    }
+   jitter_buffer_tick(jitter->packets);
 }
 
 int speex_jitter_get_pointer_timestamp(SpeexJitter *jitter)



More information about the commits mailing list