[MPlayer-cvslog] r22105 - trunk/libvo/vo_gl.c

reimar subversion at mplayerhq.hu
Sat Feb 3 12:31:09 CET 2007


Author: reimar
Date: Sat Feb  3 12:31:09 2007
New Revision: 22105

Modified:
   trunk/libvo/vo_gl.c

Log:
Update gl:help output a bit


Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c	(original)
+++ trunk/libvo/vo_gl.c	Sat Feb  3 12:31:09 2007
@@ -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"



More information about the MPlayer-cvslog mailing list