diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-01 12:53:49 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-01 12:53:49 +0000 |
commit | 1a3e0c3b12e04e174588f41229e98d9ff5c0cc8b (patch) | |
tree | 3822e702f6b94c7aa32fc8837e16cffc7cf729b3 | |
parent | d28ad7d31df95ebfa34c1876002b5c7119712b7f (diff) |
documentation update.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16627 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/vo_gl.c | 3 | ||||
-rw-r--r-- | libvo/vo_gl2.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index a16212d03a..b57b91361f 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -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" diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c index 483d98f098..c5546b961c 100644 --- a/libvo/vo_gl2.c +++ b/libvo/vo_gl2.c @@ -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; } |