From 9125c00c6d1242b911cbf68cdd25114cd9972c8f Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 10 Jul 2001 19:33:05 +0000 Subject: subtitle patches (esp. for XShm) from James CVS patchset: 263 CVS date: 2001/07/10 19:33:05 --- src/video_out/alphablend.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/video_out/alphablend.h') diff --git a/src/video_out/alphablend.h b/src/video_out/alphablend.h index 7afa470f7..6043c6071 100644 --- a/src/video_out/alphablend.h +++ b/src/video_out/alphablend.h @@ -28,8 +28,11 @@ #include "video_out.h" -void blend_rgb (uint8_t * img, vo_overlay_t * overlay, int width, - +void blend_rgb16 (uint8_t * img, vo_overlay_t * overlay, int width, + int height); +void blend_rgb24 (uint8_t * img, vo_overlay_t * overlay, int width, + int height); +void blend_rgb32 (uint8_t * img, vo_overlay_t * overlay, int width, int height); void blend_yuv (uint8_t * img, vo_overlay_t * overlay, int width, -- cgit v1.2.3