changeset 22087:ecd08be90726

Update gl:help output a bit
author reimar
date Sat, 03 Feb 2007 11:31:09 +0000
parents 8bf15e2ca61e
children 8c4ae9883d53
files libvo/vo_gl.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl.c	Fri Feb 02 18:32:07 2007 +0000
+++ b/libvo/vo_gl.c	Sat Feb 03 11:31:09 2007 +0000
@@ -876,8 +876,8 @@
               "\n-vo gl command line help:\n"
               "Example: mplayer -vo gl:slice-height=4\n"
               "\nOptions:\n"
-              "  manyfmts\n"
-              "    Enable extended color formats for OpenGL 1.2 and later\n"
+              "  nomanyfmts\n"
+              "    Disable extended color formats for OpenGL 1.2 and later\n"
               "  slice-height=<0-...>\n"
               "    Slice size for texture transfer, 0 for whole image\n"
               "  noosd\n"
@@ -901,6 +901,7 @@
               "    3: use fragment program with gamma correction.\n"
               "    4: use fragment program with gamma correction via lookup.\n"
               "    5: use ATI-specific method (for older cards).\n"
+              "    6: use lookup via 3D texture.\n"
               "  lscale=<n>\n"
               "    0: use standard bilinear scaling for luma.\n"
               "    1: use improved bicubic scaling for luma.\n"