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

reimar subversion at mplayerhq.hu
Tue Jun 13 22:30:16 CEST 2006


Author: reimar
Date: Tue Jun 13 22:30:16 2006
New Revision: 18698

Modified:
   trunk/libvo/vo_gl.c

Log:
Document lscale/cscale in -vo gl:help message


Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c	(original)
+++ trunk/libvo/vo_gl.c	Tue Jun 13 22:30:16 2006
@@ -743,6 +743,11 @@
               "    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"
+              "  lscale=<n>\n"
+              "    0: use standard bilinear scaling for luma.\n"
+              "    1: use improved bicubic scaling for luma.\n"
+              "  cscale=<n>\n"
+              "    as lscale but for chroma (2x slower with little visible effect).\n"
               "  customprog=<filename>\n"
               "    use a custom YUV conversion program\n"
               "  customtex=<filename>\n"



More information about the MPlayer-cvslog mailing list