# HG changeset patch # User reimar # Date 1170502269 0 # Node ID ecd08be907265435d262ab63c8018d7be78d07a8 # Parent 8bf15e2ca61e37951abc59e3a63f3b2820a8621a Update gl:help output a bit diff -r 8bf15e2ca61e -r ecd08be90726 libvo/vo_gl.c --- 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" " 0: use standard bilinear scaling for luma.\n" " 1: use improved bicubic scaling for luma.\n"