diff --git a/src/switch_core_video.c b/src/switch_core_video.c index a75c2c8edc..c47056ef29 100644 --- a/src/switch_core_video.c +++ b/src/switch_core_video.c @@ -384,6 +384,7 @@ SWITCH_DECLARE(void) switch_img_patch_rgb(switch_image_t *IMG, switch_image_t *i src_argb1 += src_stride_argb1; dst_argb += dst_stride_argb; } + ARGBUnattenuate(src_argb0, src_stride_argb0, src_argb0, src_stride_argb0, img->d_w, img->d_h); } }