提交 b70530bd authored 作者: Brian West's avatar Brian West

move bv16 so it doesn't use the same number as another codec in mod_voipcodecs

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15468 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5d56f0fd
...@@ -146,7 +146,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_bv16_load) ...@@ -146,7 +146,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_bv16_load)
switch_core_codec_add_implementation(pool, switch_core_codec_add_implementation(pool,
codec_interface, codec_interface,
SWITCH_CODEC_TYPE_AUDIO, /* enumeration defining the type of the codec */ SWITCH_CODEC_TYPE_AUDIO, /* enumeration defining the type of the codec */
126, /* the IANA code number */ 106, /* the IANA code number */
"BV16", /* the IANA code name */ "BV16", /* the IANA code name */
NULL, /* default fmtp to send (can be overridden by the init function) */ NULL, /* default fmtp to send (can be overridden by the init function) */
8000, /* samples transferred per second */ 8000, /* samples transferred per second */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论