diff libvo/vo_gl.c @ 30033:241686e5cf5a

Slightly improve vo_gl suboption documentation.
author reimar
date Sat, 19 Dec 2009 21:08:14 +0000
parents 791920428fbd
children 3a3370c00ba6
line wrap: on
line diff
--- a/libvo/vo_gl.c	Sat Dec 19 21:07:42 2009 +0000
+++ b/libvo/vo_gl.c	Sat Dec 19 21:08:14 2009 +0000
@@ -1067,6 +1067,8 @@
               "    Interval in displayed frames between to buffer swaps.\n"
               "    1 is equivalent to enable VSYNC, 0 to disable VSYNC.\n"
               "    Requires GLX_SGI_swap_control support to work.\n"
+              "  ycbcr\n"
+              "    also try to use the GL_MESA_ycbcr_texture extension\n"
               "  yuv=<n>\n"
               "    0: use software YUV to RGB conversion.\n"
               "    1: use register combiners (nVidia only, for older cards).\n"
@@ -1098,8 +1100,6 @@
               "    generate mipmaps for the video image (use with TXB in customprog)\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;
     }