提交 0b148a85 authored 作者: Anthony Minessale's avatar Anthony Minessale

this breaks the auto rate hunting code in mod_sndfile

上级 a7f8e425
......@@ -4478,11 +4478,6 @@ static switch_status_t next_file(switch_file_handle_t *handle)
}
}
if (switch_file_exists(file, handle->memory_pool) != SWITCH_STATUS_SUCCESS) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "File [%s] does not exist.\n", file);
goto top;
}
if (switch_core_file_open(&context->fh, file, handle->channels, handle->samplerate, handle->flags, NULL) != SWITCH_STATUS_SUCCESS) {
goto top;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论