]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Small name changes to reflect the actual module name.
authorBrian West <brian@freeswitch.org>
Wed, 26 Jul 2006 21:43:53 +0000 (21:43 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 26 Jul 2006 21:43:53 +0000 (21:43 +0000)
/b

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2171 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_g711/mod_g711.c
src/mod/codecs/mod_l16/mod_l16.c

index 98a115d545a4c0edb5b59c62359052d12fa799e0..1e57aa32a8616a5b2c7079c94f9c3d0660c285ab 100644 (file)
@@ -33,7 +33,7 @@
 #include "g711.h"
 
 
-static const char modname[] = "mod_g711codec";
+static const char modname[] = "mod_g711";
 
 
 static switch_status_t switch_g711u_init(switch_codec_t *codec, switch_codec_flag_t flags,
index bcf43d9eceb6066401cc21eb89a3d0732f3cebc1..a52d557096de6fb3493d4e565d9b1db78c9f3632 100644 (file)
@@ -31,7 +31,7 @@
  */
 #include <switch.h>
 
-static const char modname[] = "mod_rawaudio";
+static const char modname[] = "mod_l16";
 
 
 static switch_status_t switch_raw_init(switch_codec_t *codec, switch_codec_flag_t flags,