This commit is contained in:
Anthony Minessale 2017-04-17 12:09:49 -05:00 committed by Mike Jerris
parent 0fc0946461
commit 7751c61a27

View File

@ -1372,7 +1372,7 @@ video_layout_t *conference_video_find_best_layout(conference_obj_t *conference,
}
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--) {