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:
parent
f077c88992
commit
6f44fc9e1c
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue