summaryrefslogtreecommitdiff
path: root/src/video_out/alphablend.h
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2001-12-16 17:01:12 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2001-12-16 17:01:12 +0000
commit9519301052dca9b884dde4c0f482e15c8719d18f (patch)
tree92b8fb2368f2aece779182dca6c5ca24114e37aa /src/video_out/alphablend.h
parentb0bf7adb2656a4e52889a5bdf1fdec0695e891fc (diff)
downloadxine-lib-9519301052dca9b884dde4c0f482e15c8719d18f.tar.gz
xine-lib-9519301052dca9b884dde4c0f482e15c8719d18f.tar.bz2
- fix clipping box inside rle lines
- removed blend_yuv_vo_frame CVS patchset: 1254 CVS date: 2001/12/16 17:01:12
Diffstat (limited to 'src/video_out/alphablend.h')
-rw-r--r--src/video_out/alphablend.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_out/alphablend.h b/src/video_out/alphablend.h
index 799dcd789..14f6fcaf3 100644
--- a/src/video_out/alphablend.h
+++ b/src/video_out/alphablend.h
@@ -49,8 +49,6 @@ void blend_rgb32 (uint8_t * img, vo_overlay_t * img_overl,
void blend_yuv (uint8_t * dst_img, vo_overlay_t * img_overl,
int dst_width, int dst_height);
-void blend_yuv_vo_frame(vo_frame_t* dst_img, vo_overlay_t* img_overl);
-
void blend_yuy2 (uint8_t * dst_img, vo_overlay_t * img_overl,
int dst_width, int dst_height);