Document auto-detection of -vo gl:yuv=... value.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30490 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-02-02 20:39:22 +00:00
parent f8e4b8ec7c
commit 3ffb8d5853
1 changed files with 2 additions and 1 deletions

View File

@ -3858,8 +3858,9 @@ Use the GL_MESA_ycbcr_texture extension to convert YUV to RGB.
In most cases this is probably slower than doing software conversion to RGB.
.IPs yuv=<n>
Select the type of YUV to RGB conversion.
The default is auto-detection deciding between values 0 and 2.
.RSss
0: Use software conversion (default).
0: Use software conversion.
Compatible with all OpenGL versions.
Provides brightness, contrast and saturation control.
.br