# HG changeset patch # User reimar # Date 1262529885 0 # Node ID 47b031706571f3f3c4a0f0e5b7ddf3b47165d9cb # Parent acc6ed68a38571345d98d2b85f048a933a3aab4c Document -vo gl colorspace suboption. diff -r acc6ed68a385 -r 47b031706571 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Sun Jan 03 14:35:20 2010 +0000 +++ b/DOCS/man/en/mplayer.1 Sun Jan 03 14:44:45 2010 +0000 @@ -3885,6 +3885,18 @@ Gamma can also be set independently for red, green and blue. Speed depends more on GPU memory bandwidth than other methods. .RE +.IPs colorspace +Select the color space for YUV to RGB conversion. +.RSss +.IPs 0 +Use the formula used normally by MPlayer (default) +.IPs 1 +Use ITU-R BT.601 color space. +.IPs 2 +Use ITU-R BT.709 color space. +.IPs 3 +Use SMPTE-240M color space. +.RE .IPs lscale= Select the scaling function to use for luminance scaling. Only valid for yuv modes 2, 3, 4 and 6.