comparison libvo/vo_gl.c @ 22087:ecd08be90726

Update gl:help output a bit
author reimar
date Sat, 03 Feb 2007 11:31:09 +0000
parents 2d3fdf94a50c
children 7b4f17dc2689
comparison
equal deleted inserted replaced
22086:8bf15e2ca61e 22087:ecd08be90726
874 if (subopt_parse(arg, subopts) != 0) { 874 if (subopt_parse(arg, subopts) != 0) {
875 mp_msg(MSGT_VO, MSGL_FATAL, 875 mp_msg(MSGT_VO, MSGL_FATAL,
876 "\n-vo gl command line help:\n" 876 "\n-vo gl command line help:\n"
877 "Example: mplayer -vo gl:slice-height=4\n" 877 "Example: mplayer -vo gl:slice-height=4\n"
878 "\nOptions:\n" 878 "\nOptions:\n"
879 " manyfmts\n" 879 " nomanyfmts\n"
880 " Enable extended color formats for OpenGL 1.2 and later\n" 880 " Disable extended color formats for OpenGL 1.2 and later\n"
881 " slice-height=<0-...>\n" 881 " slice-height=<0-...>\n"
882 " Slice size for texture transfer, 0 for whole image\n" 882 " Slice size for texture transfer, 0 for whole image\n"
883 " noosd\n" 883 " noosd\n"
884 " Do not use OpenGL OSD code\n" 884 " Do not use OpenGL OSD code\n"
885 " noaspect\n" 885 " noaspect\n"
899 " 1: use register combiners (nVidia only, for older cards).\n" 899 " 1: use register combiners (nVidia only, for older cards).\n"
900 " 2: use fragment program.\n" 900 " 2: use fragment program.\n"
901 " 3: use fragment program with gamma correction.\n" 901 " 3: use fragment program with gamma correction.\n"
902 " 4: use fragment program with gamma correction via lookup.\n" 902 " 4: use fragment program with gamma correction via lookup.\n"
903 " 5: use ATI-specific method (for older cards).\n" 903 " 5: use ATI-specific method (for older cards).\n"
904 " 6: use lookup via 3D texture.\n"
904 " lscale=<n>\n" 905 " lscale=<n>\n"
905 " 0: use standard bilinear scaling for luma.\n" 906 " 0: use standard bilinear scaling for luma.\n"
906 " 1: use improved bicubic scaling for luma.\n" 907 " 1: use improved bicubic scaling for luma.\n"
907 " cscale=<n>\n" 908 " cscale=<n>\n"
908 " as lscale but for chroma (2x slower with little visible effect).\n" 909 " as lscale but for chroma (2x slower with little visible effect).\n"