diff options
Diffstat (limited to 'include/xine/alphablend.h')
-rw-r--r-- | include/xine/alphablend.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |