# HG changeset patch # User reimar # Date 1228492224 0 # Node ID 70a2108520ebdc82ccdc5ead5d7bb80cbe406687 # Parent 8f43ff543dc6cf9270408de188b62842f24ec6d8 Add some forgotten documentation for gl suboptions diff -r 8f43ff543dc6 -r 70a2108520eb libvo/vo_gl.c --- a/libvo/vo_gl.c Fri Dec 05 15:36:54 2008 +0000 +++ b/libvo/vo_gl.c Fri Dec 05 15:50:24 2008 +0000 @@ -914,6 +914,8 @@ " Slice size for texture transfer, 0 for whole image\n" " noosd\n" " Do not use OpenGL OSD code\n" + " scaled-osd\n" + " Render OSD at movie resolution and scale it\n" " noaspect\n" " Do not do aspect scaling\n" " rectangle=<0,1,2>\n" @@ -943,9 +945,12 @@ " 1: use improved bicubic scaling for luma.\n" " 2: use cubic in X, linear in Y direction scaling for luma.\n" " 3: as 1 but without using a lookup texture.\n" - " 4: experimental unsharp masking.\n" + " 4: experimental unsharp masking (sharpening).\n" + " 5: experimental unsharp masking (sharpening) with larger radius.\n" " cscale=\n" " as lscale but for chroma (2x slower with little visible effect).\n" + " filter-strength=\n" + " set the effect strength for some lscale/cscale filters\n" " customprog=\n" " use a custom YUV conversion program\n" " customtex=\n" @@ -956,6 +961,8 @@ " use texture_rectangle for customtex texture\n" " osdcolor=<0xAARRGGBB>\n" " use the given color for the OSD\n" + " ycbcr\n" + " also try to use the GL_MESA_ycbcr_texture extension\n" "\n" ); return -1; }