[Freeswitch-svn] [commit] r6547 - freeswitch/trunk/src/mod/formats/mod_shout

Freeswitch SVN anthm at freeswitch.org
Thu Dec 6 15:46:27 EST 2007


Author: anthm
Date: Thu Dec  6 15:46:26 2007
New Revision: 6547

Modified:
   freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c

Log:
fix

Modified: freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c	(original)
+++ freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c	Thu Dec  6 15:46:26 2007
@@ -1173,7 +1173,7 @@
 
 
     if (fh.interval) {
-        interval = fh.interval;
+        interval = fh.interval * 1000;
     }
 
     for(;;) {



More information about the Freeswitch-svn mailing list