From 5f684e1b32cc052edf33d8c0ff5ead106e98e680 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 1 Jan 2010 12:54:09 +0000 Subject: Slightly generalize code to generate YUV->RGB conversion table and add XYZ->RGB conversion as an example for that. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30163 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/vo_gl.c') diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 3f37c301c7..51e5b0fb03 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -1108,6 +1108,7 @@ static int preinit(const char *arg) " 2: YUV to RGB according to BT.709\n" " 3: YUV to RGB according to SMPT-240M\n" " 4: YUV to RGB according to EBU\n" + " 5: XYZ to RGB\n" " lscale=\n" " 0: use standard bilinear scaling for luma.\n" " 1: use improved bicubic scaling for luma.\n" -- cgit v1.2.3