From 37f9b2afdc93dc5b227bbfafbbb50be7568bcb7a Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 17 Apr 2017 12:09:49 -0500 Subject: [PATCH] FS-10225 --- src/mod/applications/mod_conference/conference_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_conference/conference_video.c b/src/mod/applications/mod_conference/conference_video.c index cc9d36ea69..ff63f750f2 100644 --- a/src/mod/applications/mod_conference/conference_video.c +++ b/src/mod/applications/mod_conference/conference_video.c @@ -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--) {