Update gl:help output a bit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22105 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-02-03 11:31:09 +00:00
parent 240b743ebd
commit 60a5215eca
1 changed files with 3 additions and 2 deletions

View File

@ -876,8 +876,8 @@ static int preinit(const char *arg)
"\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 @@ static int preinit(const char *arg)
" 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"