提交 2ae88375 authored 作者: Anthony Minessale's avatar Anthony Minessale

init buffer

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13151 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 6580062d
...@@ -392,7 +392,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_record_file(switch_core_session_t *se ...@@ -392,7 +392,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_record_file(switch_core_session_t *se
int waste_resources = 0; int waste_resources = 0;
switch_codec_implementation_t read_impl = {0}; switch_codec_implementation_t read_impl = {0};
switch_frame_t write_frame = { 0 }; switch_frame_t write_frame = { 0 };
char write_buf[SWITCH_RECOMMENDED_BUFFER_SIZE]; unsigned char write_buf[SWITCH_RECOMMENDED_BUFFER_SIZE] = { 0 };
switch_core_session_get_read_impl(session, &read_impl); switch_core_session_get_read_impl(session, &read_impl);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论