diff options
Diffstat (limited to 'src/video_out/alphablend.h')
-rw-r--r-- | src/video_out/alphablend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/alphablend.h b/src/video_out/alphablend.h index 14f6fcaf3..f039fe568 100644 --- a/src/video_out/alphablend.h +++ b/src/video_out/alphablend.h @@ -46,7 +46,7 @@ void blend_rgb32 (uint8_t * img, vo_overlay_t * img_overl, int img_width, int img_height, int dst_width, int dst_height); -void blend_yuv (uint8_t * dst_img, vo_overlay_t * img_overl, +void blend_yuv (uint8_t *dst_base[3], vo_overlay_t * img_overl, int dst_width, int dst_height); void blend_yuy2 (uint8_t * dst_img, vo_overlay_t * img_overl, |