diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-15 17:54:48 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-15 17:54:48 +0000 |
commit | 6fed08aee33418948dcb5c3c4cdfae1ddf13df11 (patch) | |
tree | dbaa5da45f45fe1fc18c9b0a0566fc6b8b395c6e /DOCS/man | |
parent | 649027b817f1d7014defb57cb73513ceb84173b5 (diff) |
Document vo gl lscale=3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25756 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 7d2c1fba9c..f8431cae0e 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3652,6 +3652,8 @@ Older cards will not be able to handle this for chroma at least in fullscreen mo .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. |