From b6b7e64e4e578247b7d8a08f641ed937c7405700 Mon Sep 17 00:00:00 2001 From: Torsten Jager Date: Mon, 21 Jan 2013 10:23:56 +0200 Subject: rgb2yuy2: added 16/15/8 bit formats --- include/xine/xineutils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/xine') diff --git a/include/xine/xineutils.h b/include/xine/xineutils.h index 1576415a6..927698618 100644 --- a/include/xine/xineutils.h +++ b/include/xine/xineutils.h @@ -312,6 +312,8 @@ extern void *rgb2yuy2_alloc (int color_matrix, const char *format) XINE_PROTECTE extern void rgb2yuy2_free (void *rgb2yuy2) XINE_PROTECTED; extern void rgb2yuy2_slice (void *rgb2yuy2, const uint8_t *in, int ipitch, uint8_t *out, int opitch, int width, int height) XINE_PROTECTED; +extern void rgb2yuy2_palette (void *rgb2yuy2, const uint8_t *pal, int num_colors, int bits_per_pixel) + XINE_PROTECTED; /* frame copying functions */ -- cgit v1.2.3