提交 17ec402b authored 作者: Anthony Minessale's avatar Anthony Minessale

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@326 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ebb1c25a
...@@ -920,7 +920,7 @@ SWITCH_DECLARE(switch_status) switch_core_session_write_frame(switch_core_sessio ...@@ -920,7 +920,7 @@ SWITCH_DECLARE(switch_status) switch_core_session_write_frame(switch_core_sessio
{ {
switch_status status = SWITCH_STATUS_FALSE; switch_status status = SWITCH_STATUS_FALSE;
switch_frame *enc_frame, *write_frame = frame; switch_frame *enc_frame = NULL, *write_frame = frame;
unsigned int flag = 0, need_codec = 0, perfect = 0; unsigned int flag = 0, need_codec = 0, perfect = 0;
switch_io_flag io_flag = SWITCH_IO_FLAG_NOOP; switch_io_flag io_flag = SWITCH_IO_FLAG_NOOP;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论