[Freeswitch-svn] [commit] r6133 - freeswitch/trunk/src/mod/endpoints/mod_portaudio

Freeswitch SVN anthm at freeswitch.org
Thu Nov 1 13:11:16 EDT 2007


Author: anthm
Date: Thu Nov  1 13:11:15 2007
New Revision: 6133

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_portaudio/mod_portaudio.c

Log:
possible fix fore MODEMP-40

Modified: freeswitch/trunk/src/mod/endpoints/mod_portaudio/mod_portaudio.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_portaudio/mod_portaudio.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_portaudio/mod_portaudio.c	Thu Nov  1 13:11:15 2007
@@ -608,7 +608,6 @@
 
 			tech_pvt->hold_frame.datalen = (uint32_t) (olen * sizeof(int16_t));
 			tech_pvt->hold_frame.samples = (uint32_t) olen;
-			tech_pvt->hold_frame.timestamp = globals.timer.samplecount;
 			*frame = &tech_pvt->hold_frame;
 
 		}
@@ -628,7 +627,6 @@
 		globals.read_frame.samples = samples;
 
 		switch_core_timer_check(&globals.timer);
-		globals.read_frame.timestamp = globals.timer.samplecount;
 		*frame = &globals.read_frame;
 
 		if (!switch_test_flag((&globals), GFLAG_MOUTH)) {



More information about the Freeswitch-svn mailing list