mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-27 11:47:41 +00:00
FS-10225
This commit is contained in:
parent
0fc0946461
commit
7751c61a27
@ -1372,7 +1372,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--) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user