FS-3122
This commit is contained in:
parent
1c30f009bd
commit
9c40e8e91e
|
@ -101,7 +101,6 @@ 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;
|
||||||
|
|
Loading…
Reference in New Issue