change naming convention of internal mods

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7708 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-02-20 17:11:37 +00:00
parent 5d47a93751
commit 93196c4942
2 changed files with 5 additions and 5 deletions

View File

@@ -37,8 +37,8 @@
#undef SWITCH_MOD_DECLARE_DATA
#define SWITCH_MOD_DECLARE_DATA __declspec(dllexport)
#endif
SWITCH_MODULE_LOAD_FUNCTION(mod_l16_load);
SWITCH_MODULE_DEFINITION(mod_l16, mod_l16_load, NULL, NULL);
SWITCH_MODULE_LOAD_FUNCTION(core_pcm_load);
SWITCH_MODULE_DEFINITION(CORE_PCM_MODULE, core_pcm_load, NULL, NULL);
static switch_status_t switch_raw_init(switch_codec_t *codec, switch_codec_flag_t flags, const switch_codec_settings_t *codec_settings)
{
@@ -258,7 +258,7 @@ static void mod_g711_load(switch_loadable_module_interface_t **module_interface,
}
SWITCH_MODULE_LOAD_FUNCTION(mod_l16_load)
SWITCH_MODULE_LOAD_FUNCTION(core_pcm_load)
{
switch_codec_interface_t *codec_interface;
int mpf = 10000, spf = 80, bpf = 160, ebpf = 160, bps = 128000, rate = 8000, counta, countb;