diff options
Diffstat (limited to 'include/xine/alphablend.h')
-rw-r--r-- | include/xine/alphablend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/alphablend.h b/include/xine/alphablend.h index 875531219..085d1f2e7 100644 --- a/include/xine/alphablend.h +++ b/include/xine/alphablend.h @@ -46,7 +46,7 @@ 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; +void _x_clut_yuv2rgb(uint32_t *clut, int num_items, int color_matrix) XINE_PROTECTED; #define XX44_PALETTE_SIZE 32 |