This commit is contained in:
Anthony Minessale 2017-04-17 12:09:49 -05:00
parent d2aaf899c5
commit 37f9b2afdc
1 changed files with 1 additions and 1 deletions

View File

@ -1820,7 +1820,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--) {