summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-15 17:59:20 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-15 17:59:20 +0000
commit1fbd767ef649f643b42749af3000b1276b9b00eb (patch)
tree5bef70ecff668c41850e93abf2677e9617f311dd /libvo/vo_gl.c
parent6fed08aee33418948dcb5c3c4cdfae1ddf13df11 (diff)
downloadmpv-1fbd767ef649f643b42749af3000b1276b9b00eb.tar.bz2
mpv-1fbd767ef649f643b42749af3000b1276b9b00eb.tar.xz
Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25757 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 8dc7150168..4cd5c049f2 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -856,6 +856,7 @@ static int preinit(const char *arg)
" 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"
+ " 4: experimental unsharp masking.\n"
" cscale=<n>\n"
" as lscale but for chroma (2x slower with little visible effect).\n"
" customprog=<filename>\n"