[Freeswitch-svn] [commit] r2394 - freeswitch/trunk/src/mod/codecs/mod_speex

Freeswitch SVN brian at freeswitch.org
Fri Aug 25 18:06:28 EDT 2006


Author: brian
Date: Fri Aug 25 18:06:28 2006
New Revision: 2394

Modified:
   freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c

Log:
This bugs me :P  It's gotta match

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 Aug 25 18:06:28 2006
@@ -33,7 +33,7 @@
 #include <speex/speex.h>
 #include <speex/speex_preprocess.h>
 
-static const char modname[] = "mod_speexcodec";
+static const char modname[] = "mod_speex";
 
 static const switch_codec_settings_t default_codec_settings = {
 	/*.quality */ 5,



More information about the Freeswitch-svn mailing list