提交 4149ad1a authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Michael Jerris

FS-7513: skip patching logo when video muted

上级 d8660f7d
...@@ -1103,7 +1103,7 @@ static void scale_and_patch(conference_obj_t *conference, mcu_layer_t *layer, sw ...@@ -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); 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 ew = layer->screen_w, eh = layer->screen_h - (layer->banner_img ? layer->banner_img->d_h : 0);
int ex = 0, ey = 0; int ex = 0, ey = 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论