Mercurial > mplayer.hg
changeset 25728:df6e9b54ecaa
Document vo gl lscale=3
author | reimar |
---|---|
date | Tue, 15 Jan 2008 17:54:48 +0000 |
parents | 7934f12c76f0 |
children | 9a96fd14d1c5 |
files | DOCS/man/en/mplayer.1 libvo/vo_gl.c |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Tue Jan 15 17:51:21 2008 +0000 +++ b/DOCS/man/en/mplayer.1 Tue Jan 15 17:54:48 2008 +0000 @@ -3652,6 +3652,8 @@ .br 2: Use cubic filtering in horizontal, linear filtering in vertical direction. Works on a few more cards than method 1. +.br +3: Same as 1 but does not use a lookup texture. Might be faster on some cards. .RE .IPs cscale=<n> Select the scaling function to use for chrominance scaling.
--- a/libvo/vo_gl.c Tue Jan 15 17:51:21 2008 +0000 +++ b/libvo/vo_gl.c Tue Jan 15 17:54:48 2008 +0000 @@ -855,6 +855,7 @@ " 0: use standard bilinear scaling for luma.\n" " 1: use improved bicubic scaling for luma.\n" " 2: use cubic in X, linear in Y direction scaling for luma.\n" + " 3: as 1 but without using a lookup texture.\n" " cscale=<n>\n" " as lscale but for chroma (2x slower with little visible effect).\n" " customprog=<filename>\n"