Author: sayer
Date: 2008-09-24 00:50:25 +0200 (Wed, 24 Sep 2008)
New Revision: 1097

Modified:
   trunk/core/AmPlayoutBuffer.cpp
Log:
accommodate more audio when doing PLC in JitterBuffer

patch by Rui Jin Zheng rjzheng at boronetworks dot com



Modified: trunk/core/AmPlayoutBuffer.cpp
===================================================================
--- trunk/core/AmPlayoutBuffer.cpp      2008-09-23 22:47:33 UTC (rev 1096)
+++ trunk/core/AmPlayoutBuffer.cpp      2008-09-23 22:50:25 UTC (rev 1097)
@@ -523,7 +523,7 @@
 
 void AmJbPlayout::prepare_buffer(unsigned int audio_buffer_ts, unsigned int ms)
 {
-  ShortSample buf[AUDIO_BUFFER_SIZE];
+  ShortSample buf[AUDIO_BUFFER_SIZE * 10];
   unsigned int ts;
   unsigned int nb_samples;
   /**

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to