From: Anthony Minessale Date: Mon, 17 Apr 2017 17:09:49 +0000 (-0500) Subject: FS-10225 X-Git-Tag: v1.8.0~600 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37f9b2afdc93dc5b227bbfafbbb50be7568bcb7a;p=thirdparty%2Ffreeswitch.git FS-10225 --- 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--) {