1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-20 10:26:51 +00:00
This commit is contained in:
Anthony Minessale 2016-03-04 20:02:46 -06:00
parent 96d37a8951
commit b80eb983ec

@ -1078,7 +1078,7 @@ static switch_status_t local_stream_file_read_video(switch_file_handle_t *handle
}
if (context->source->logo_opacity > 0 && context->source->logo_opacity < 100) {
switch_img_patch(frame->img, context->source->logo_img, x, y-1, context->source->logo_opacity);
switch_img_overlay(frame->img, context->source->logo_img, x, y-1, context->source->logo_opacity);
} else {
switch_img_patch(frame->img, context->source->logo_img, x, y-1);
}