From 2e5a14ede18c8ccc861783e4cf2fbbcc91e1713c Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Tue, 13 May 2014 10:28:01 +0300 Subject: factorize overlay color space conversion from vo plugins --- include/xine/alphablend.h | 2 ++ include/xine/video_overlay.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'include') diff --git a/include/xine/alphablend.h b/include/xine/alphablend.h index f4aeb442f..875531219 100644 --- a/include/xine/alphablend.h +++ b/include/xine/alphablend.h @@ -46,6 +46,8 @@ typedef struct { /* CLUT == Color LookUp Table */ uint8_t foo; } XINE_PACKED clut_t; +void _x_clut_yuv2rgb(uint32_t *clut, int num_items) XINE_PROTECTED; + #define XX44_PALETTE_SIZE 32 typedef struct { diff --git a/include/xine/video_overlay.h b/include/xine/video_overlay.h index 008bf07da..9fc9f9202 100644 --- a/include/xine/video_overlay.h +++ b/include/xine/video_overlay.h @@ -61,4 +61,6 @@ typedef struct video_overlay_event_s { video_overlay_manager_t *_x_video_overlay_new_manager(xine_t *) XINE_MALLOC XINE_PROTECTED; +void _x_overlay_clut_yuv2rgb(vo_overlay_t *overlay) XINE_PROTECTED; + #endif -- cgit v1.2.3