summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-01 12:54:09 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-01 12:54:09 +0000
commit5f684e1b32cc052edf33d8c0ff5ead106e98e680 (patch)
treed5e8bc8b70f7254a9070b6528c40b0e47e6872fb /libvo/vo_gl.c
parent85344073fa9d45db689dc2529f1c48c889d84cc1 (diff)
downloadmpv-5f684e1b32cc052edf33d8c0ff5ead106e98e680.tar.bz2
mpv-5f684e1b32cc052edf33d8c0ff5ead106e98e680.tar.xz
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
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c1
1 files changed, 1 insertions, 0 deletions
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>\n"
" 0: use standard bilinear scaling for luma.\n"
" 1: use improved bicubic scaling for luma.\n"