提交 59bcb420 authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Michael Jerris

FS-7513: show logo img when video muted

上级 86a1ef3d
...@@ -1122,7 +1122,7 @@ static void scale_and_patch(conference_obj_t *conference, mcu_layer_t *layer, sw ...@@ -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); 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 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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论