diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-10 19:33:05 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-10 19:33:05 +0000 |
commit | 9125c00c6d1242b911cbf68cdd25114cd9972c8f (patch) | |
tree | 313071ce6aac40d9fb35b12d65eba2bbf84927dc /src/video_out/alphablend.h | |
parent | cec0ffca0dfba3f6807e63636ea2c12cec982db9 (diff) | |
download | xine-lib-9125c00c6d1242b911cbf68cdd25114cd9972c8f.tar.gz xine-lib-9125c00c6d1242b911cbf68cdd25114cd9972c8f.tar.bz2 |
subtitle patches (esp. for XShm) from James
CVS patchset: 263
CVS date: 2001/07/10 19:33:05
Diffstat (limited to 'src/video_out/alphablend.h')
-rw-r--r-- | src/video_out/alphablend.h | 7 |
1 files changed, 5 insertions, 2 deletions
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, |