diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-11-30 12:31:58 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-11-30 12:31:58 +0000 |
commit | 007547a49a8e47984bfaf782031e3554bdba831c (patch) | |
tree | f94aaa6d4978664648e5148fec745bfbe6a29321 /src/video_out/alphablend.h | |
parent | 734cc322c4ad155c4be0b9cc19034318dfc7731f (diff) | |
download | xine-lib-007547a49a8e47984bfaf782031e3554bdba831c.tar.gz xine-lib-007547a49a8e47984bfaf782031e3554bdba831c.tar.bz2 |
blend_yuy2 now available
CVS patchset: 1141
CVS date: 2001/11/30 12:31:58
Diffstat (limited to 'src/video_out/alphablend.h')
-rw-r--r-- | src/video_out/alphablend.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_out/alphablend.h b/src/video_out/alphablend.h index bb3f4ae59..799dcd789 100644 --- a/src/video_out/alphablend.h +++ b/src/video_out/alphablend.h @@ -51,6 +51,9 @@ void blend_yuv (uint8_t * dst_img, vo_overlay_t * img_overl, 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); + void crop_overlay (vo_overlay_t * overlay); #endif |