# HG changeset patch # User reimar # Date 1265143162 0 # Node ID c52a30717f6bd8774cba3a8dcb775b1b7bf78263 # Parent c84c27c3eafbf7048f7c9b24484b3dbe98af6ae7 Document auto-detection of -vo gl:yuv=... value. diff -r c84c27c3eafb -r c52a30717f6b DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Tue Feb 02 20:37:48 2010 +0000 +++ b/DOCS/man/en/mplayer.1 Tue Feb 02 20:39:22 2010 +0000 @@ -3858,8 +3858,9 @@ In most cases this is probably slower than doing software conversion to RGB. .IPs yuv= 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