提交 beea6225 authored 作者: Michael Jerris's avatar Michael Jerris

fix windows build error

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4620 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 e91db628
...@@ -769,7 +769,7 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v ...@@ -769,7 +769,7 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v
conference->async_fnode->done++; conference->async_fnode->done++;
} else { } else {
if (has_file_data) { if (has_file_data) {
int x; switch_size_t x;
for (x = 0; x < file_sample_len; x++) { for (x = 0; x < file_sample_len; x++) {
int32_t z; int32_t z;
int16_t *bptr, *muxed; int16_t *bptr, *muxed;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论