This commit is contained in:
Anthony Minessale 2011-03-16 20:50:32 -05:00
parent 1c30f009bd
commit 9c40e8e91e
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ 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;