提交 87db0852 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-10225: [mod_conference] Incorrect layout chosen when playing a file in a…

FS-10225: [mod_conference] Incorrect layout chosen when playing a file in a conference with a layout group -- fix regression when playing files into a group layout
上级 1db53ced
......@@ -1846,7 +1846,7 @@ video_layout_t *conference_video_find_best_layout(conference_obj_t *conference,
break;
}
if (vlnode->vlayout->layers - file_layers >= (int)count) {
if (vlnode->vlayout->layers - file_layers >= (int)count + file_count) {
if (!least || least->vlayout->layers > vlnode->vlayout->layers) {
least = vlnode;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论