[MPlayer-cvslog] r30075 - in trunk: DOCS/man/en/mplayer.1 libvo/vo_gl.c
reimar
subversion at mplayerhq.hu
Sat Dec 19 22:08:14 CET 2009
Author: reimar
Date: Sat Dec 19 22:08:14 2009
New Revision: 30075
Log:
Slightly improve vo_gl suboption documentation.
Modified:
trunk/libvo/vo_gl.c
Changes in other areas also in this revision:
Modified:
trunk/DOCS/man/en/mplayer.1
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c Sat Dec 19 22:07:42 2009 (r30074)
+++ trunk/libvo/vo_gl.c Sat Dec 19 22:08:14 2009 (r30075)
@@ -1067,6 +1067,8 @@ static int preinit(const char *arg)
" 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 @@ static int preinit(const char *arg)
" 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;
}
More information about the MPlayer-cvslog
mailing list