FS-10225
This commit is contained in:
parent
d2aaf899c5
commit
37f9b2afdc
|
@ -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--) {
|
||||
|
|
Loading…
Reference in New Issue