FS-7513: skip patching logo when video muted
This commit is contained in:
parent
3205546bcb
commit
8234dadcaf
|
@ -1103,7 +1103,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) {
|
||||
if (layer->logo_img && !ximg) {
|
||||
int ew = layer->screen_w, eh = layer->screen_h - (layer->banner_img ? layer->banner_img->d_h : 0);
|
||||
int ex = 0, ey = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue