提交 23c275fd authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-10433: [mod_av,mod_conference] Crash when video recording fails to setup…

FS-10433: [mod_av,mod_conference] Crash when video recording fails to setup properly -- fix regression
上级 db477925
......@@ -2244,10 +2244,10 @@ static switch_status_t av_file_close(switch_file_handle_t *handle)
}
if (context->fc) {
if (context->has_video) {
if (context->has_video && switch_test_flag(handle, SWITCH_FILE_FLAG_WRITE)) {
av_write_trailer(context->fc);
}
mod_avformat_destroy_output_context(context);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论