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

jm at svn.xiph.org jm at svn.xiph.org
Sat Nov 24 22:06:34 PST 2007


Author: jm
Date: 2007-11-24 22:06:34 -0800 (Sat, 24 Nov 2007)
New Revision: 14226

Modified:
   trunk/speex/libspeex/jitter.c
Log:
jitter buffer: screwed up last change. length field also needs to be copied in
zero-copy mode


Modified: trunk/speex/libspeex/jitter.c
===================================================================
--- trunk/speex/libspeex/jitter.c	2007-11-25 06:00:34 UTC (rev 14225)
+++ trunk/speex/libspeex/jitter.c	2007-11-25 06:06:34 UTC (rev 14226)
@@ -592,6 +592,7 @@
       if (jitter->destroy)
       {
          packet->data = jitter->packets[i].data;
+         packet->len = jitter->packets[i].len;
       } else {
          if (jitter->packets[i].len > packet->len)
          {



More information about the commits mailing list