Mercurial > mplayer.hg
changeset 18695:96b0da901a7d
Document lscale/cscale in -vo gl:help message
author | reimar |
---|---|
date | Tue, 13 Jun 2006 20:30:16 +0000 |
parents | 705ee62e574b |
children | e469a96bd99a |
files | libvo/vo_gl.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_gl.c Tue Jun 13 20:21:47 2006 +0000 +++ b/libvo/vo_gl.c Tue Jun 13 20:30:16 2006 +0000 @@ -743,6 +743,11 @@ " 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" + " lscale=<n>\n" + " 0: use standard bilinear scaling for luma.\n" + " 1: use improved bicubic scaling for luma.\n" + " cscale=<n>\n" + " as lscale but for chroma (2x slower with little visible effect).\n" " customprog=<filename>\n" " use a custom YUV conversion program\n" " customtex=<filename>\n"