diff options
Diffstat (limited to 'src/video_out/alphablend.h')
-rw-r--r-- | src/video_out/alphablend.h | 2 |
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); |