提交 6f44fc9e authored 作者: Brian West's avatar Brian West

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
上级 f077c889
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include "g711.h" #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, static switch_status_t switch_g711u_init(switch_codec_t *codec, switch_codec_flag_t flags,
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
*/ */
#include <switch.h> #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, static switch_status_t switch_raw_init(switch_codec_t *codec, switch_codec_flag_t flags,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论