copy flags too

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13371 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-05-15 22:16:41 +00:00
parent ad51e11d00
commit 22a7caf5b1
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ static int next_file(switch_file_handle_t *handle)
handle->seekable = context->fh.seekable;
handle->speed = context->fh.speed;
handle->interval = context->fh.interval;
handle->flags = context->fh.flags;
if (context->index == 0) {
context->samples = (handle->samplerate / 1000) * 250;
}