From 6b37b9271a6ceecad2a19c777d9d83bd4c6e176c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 6 Dec 2007 20:46:26 +0000 Subject: [PATCH] fix git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6547 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/formats/mod_shout/mod_shout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/formats/mod_shout/mod_shout.c b/src/mod/formats/mod_shout/mod_shout.c index cfba8a2219..643f44a2fb 100644 --- a/src/mod/formats/mod_shout/mod_shout.c +++ b/src/mod/formats/mod_shout/mod_shout.c @@ -1173,7 +1173,7 @@ void do_broadcast(switch_stream_handle_t *stream) if (fh.interval) { - interval = fh.interval; + interval = fh.interval * 1000; } for(;;) {