From: Brian West Date: Mon, 6 Oct 2008 19:23:50 +0000 (+0000) Subject: revert commit on mod_shout X-Git-Tag: v1.0.2~943 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38de2d92350a8693ac67c44af056ba0cf071d9b4;p=thirdparty%2Ffreeswitch.git revert commit on mod_shout git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9856 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/formats/mod_shout/mod_shout.c b/src/mod/formats/mod_shout/mod_shout.c index e52a8a6d6a..02426c7f7d 100644 --- a/src/mod/formats/mod_shout/mod_shout.c +++ b/src/mod/formats/mod_shout/mod_shout.c @@ -616,7 +616,6 @@ static switch_status_t shout_file_open(switch_file_handle_t *handle, const char 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);