diff options
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 |