documentation update.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16627 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-10-01 12:53:49 +00:00
parent d28ad7d31d
commit 1a3e0c3b12
2 changed files with 4 additions and 2 deletions

View File

@ -740,10 +740,11 @@ static int preinit(const char *arg)
" Requires GLX_SGI_swap_control support to work.\n"
" yuv=<n>\n"
" 0: use software YUV to RGB conversion.\n"
" 1: use register combiners (nVidia only).\n"
" 1: use register combiners (nVidia only, for older cards).\n"
" 2: use fragment program.\n"
" 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"
" customprog=<filename>\n"
" use a custom YUV conversion program\n"
" customtex=<filename>\n"

View File

@ -1097,10 +1097,11 @@ static int preinit(const char *arg)
" Do not call glFinish() before swapping buffers\n"
" yuv=<n>\n"
" 0: use software YUV to RGB conversion.\n"
" 1: use register combiners (nVidia only).\n"
" 1: use register combiners (nVidia only, for older cards).\n"
" 2: use fragment program.\n"
" 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"
"\n" );
return -1;
}