提交 37f9b2af authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-10225

上级 d2aaf899
...@@ -1820,7 +1820,7 @@ video_layout_t *conference_video_find_best_layout(conference_obj_t *conference, ...@@ -1820,7 +1820,7 @@ video_layout_t *conference_video_find_best_layout(conference_obj_t *conference,
} }
for (vlnode = lg->layouts; vlnode; vlnode = vlnode->next) { for (vlnode = lg->layouts; vlnode; vlnode = vlnode->next) {
int x, file_layers = 0, member_count = (int)count - file_count, total = vlnode->vlayout->layers; int x, file_layers = 0, member_count = (int)count, total = vlnode->vlayout->layers;
for (x = total; x >= 0; x--) { for (x = total; x >= 0; x--) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论