From b9b1a2c3e47091eff07e4fc506e4f876a3209aed Mon Sep 17 00:00:00 2001 From: clook Date: Sun, 14 Jul 2013 03:30:38 +0000 Subject: libswscale: Adding RGB => XYZ support --- libswscale/swscale_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 02214f3473..e7cc26ea54 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -484,7 +484,10 @@ typedef struct SwsContext { #define RGB_GAMMA (2.2f) int16_t *xyzgamma; int16_t *rgbgamma; + int16_t *xyzgammainv; + int16_t *rgbgammainv; int16_t xyz2rgb_matrix[3][4]; + int16_t rgb2xyz_matrix[3][4]; /* function pointers for swScale() */ yuv2planar1_fn yuv2plane1; -- cgit v1.2.3