summaryrefslogtreecommitdiff
path: root/src/video_out/alphablend.h
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-01-22 01:43:13 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-01-22 01:43:13 +0000
commite17745d976e48cf8c7711443374ae241faafd95e (patch)
tree8c0e8a0ad28fd18fcd9b42d127ba8de18cd5a6c7 /src/video_out/alphablend.h
parent60c74f7eb02e2db53a2aa6eb920861216b5fee8a (diff)
downloadxine-lib-e17745d976e48cf8c7711443374ae241faafd95e.tar.gz
xine-lib-e17745d976e48cf8c7711443374ae241faafd95e.tar.bz2
- small w32codec bugfixes
- remove (hopefully) unneeded memcpy - fix SDL capabilities - add fb and SDL warnings CVS patchset: 1436 CVS date: 2002/01/22 01:43:13
Diffstat (limited to 'src/video_out/alphablend.h')
-rw-r--r--src/video_out/alphablend.h2
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,