Mercurial > mplayer.hg
changeset 37098:5674877e6814
Document nearest-neighbor scaling for vo_gl.
author | reimar |
---|---|
date | Sat, 10 May 2014 19:59:38 +0000 |
parents | 15efbc138bd3 |
children | 5a59a2cfcc80 |
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 Thu May 08 10:30:52 2014 +0000 +++ b/DOCS/man/en/mplayer.1 Sat May 10 19:59:38 2014 +0000 @@ -4358,6 +4358,8 @@ Use experimental unsharp masking with 3x3 support and a default strength of 0.5 (see filter-strength). .IPs 5 Use experimental unsharp masking with 5x5 support and a default strength of 0.5 (see filter-strength). +.IPs 64 +Use nearest-neighbor scaling. .RE .IPs cscale=<n> Select the scaling function to use for chrominance scaling.
--- a/libvo/vo_gl.c Thu May 08 10:30:52 2014 +0000 +++ b/libvo/vo_gl.c Sat May 10 19:59:38 2014 +0000 @@ -1314,6 +1314,7 @@ " 3: as 1 but without using a lookup texture.\n" " 4: experimental unsharp masking (sharpening).\n" " 5: experimental unsharp masking (sharpening) with larger radius.\n" + " 64: nearest neighbor scaling.\n" " cscale=<n>\n" " as lscale but for chroma (2x slower with little visible effect).\n" " filter-strength=<value>\n"