summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl2.c')
-rw-r--r--libvo/vo_gl2.c3
1 files changed, 2 insertions, 1 deletions
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;
}