Small name changes to reflect the actual module name.

/b


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2171 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2006-07-26 21:43:53 +00:00
parent f077c88992
commit 6f44fc9e1c
2 changed files with 2 additions and 2 deletions

View 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,

View 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,