mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-7513: show logo img when video muted
This commit is contained in:
committed by
Michael Jerris
parent
86a1ef3d27
commit
59bcb42092
@@ -1122,7 +1122,7 @@ static void scale_and_patch(conference_obj_t *conference, mcu_layer_t *layer, sw
|
||||
switch_img_patch(IMG, layer->img, x_pos, y_pos);
|
||||
}
|
||||
|
||||
if (layer->logo_img && !ximg) {
|
||||
if (layer->logo_img) {
|
||||
int ew = layer->screen_w, eh = layer->screen_h - (layer->banner_img ? layer->banner_img->d_h : 0);
|
||||
int ex = 0, ey = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user