提交 22a7caf5 authored 作者: Anthony Minessale's avatar Anthony Minessale

copy flags too

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13371 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ad51e11d
...@@ -87,7 +87,8 @@ static int next_file(switch_file_handle_t *handle) ...@@ -87,7 +87,8 @@ static int next_file(switch_file_handle_t *handle)
handle->seekable = context->fh.seekable; handle->seekable = context->fh.seekable;
handle->speed = context->fh.speed; handle->speed = context->fh.speed;
handle->interval = context->fh.interval; handle->interval = context->fh.interval;
handle->flags = context->fh.flags;
if (context->index == 0) { if (context->index == 0) {
context->samples = (handle->samplerate / 1000) * 250; context->samples = (handle->samplerate / 1000) * 250;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论