]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8905
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 5 Mar 2016 02:02:46 +0000 (20:02 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 5 Mar 2016 02:02:46 +0000 (20:02 -0600)
src/mod/formats/mod_local_stream/mod_local_stream.c

index b1c75e87ee3016ca8c7abf0fd1b6d59f80d406ae..80de543fcad73281a9f8d633e695a2345186ad64 100644 (file)
@@ -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);
                }