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

Freeswitch SVN brian at freeswitch.org
Mon Oct 6 15:23:51 EDT 2008


Author: brian
Date: Mon Oct  6 15:23:50 2008
New Revision: 9856

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

Log:
revert commit on mod_shout

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	Mon Oct  6 15:23:50 2008
@@ -616,7 +616,6 @@
 			mpg123_param(context->mh, MPG123_FLAGS, MPG123_SEEKBUFFER|MPG123_MONO_MIX, 0);
 			context->stream_url = switch_core_sprintf(context->memory_pool, "http://%s", path);
 			context->prebuf = handle->prebuf;
-			handle->vol = -4;
 			launch_read_stream_thread(context);
 		} else {
 			mpg123_param(context->mh, MPG123_FLAGS, MPG123_MONO_MIX, 0);



More information about the Freeswitch-svn mailing list