]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10225
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 17 Apr 2017 17:09:49 +0000 (12:09 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 17 Apr 2017 17:09:49 +0000 (12:09 -0500)
src/mod/applications/mod_conference/conference_video.c

index cc9d36ea69ba254d6010fdc66e03ca1037e6dc91..ff63f750f2f97c85dd24424ba65617ebcfc24d7c 100644 (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--) {