[Freeswitch-svn] [commit] r12009 - freeswitch/trunk/src/mod/codecs/mod_speex
FreeSWITCH SVN
mrene at freeswitch.org
Fri Feb 13 17:05:25 PST 2009
Author: mrene
Date: Fri Feb 13 19:05:25 2009
New Revision: 12009
Log:
doh
Modified:
freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c
Modified: freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c (original)
+++ freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c Fri Feb 13 19:05:25 2009
@@ -74,7 +74,7 @@
int decoder_mode;
};
-switch_status_t switch_speex_init(switch_codec_t *codec, switch_codec_flag_t flags, const switch_codec_settings_t *codec_settings)
+static switch_status_t switch_speex_init(switch_codec_t *codec, switch_codec_flag_t flags, const switch_codec_settings_t *codec_settings)
{
struct speex_context *context = NULL;
int encoding, decoding;
More information about the Freeswitch-svn
mailing list