summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-15 17:54:48 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-15 17:54:48 +0000
commit6fed08aee33418948dcb5c3c4cdfae1ddf13df11 (patch)
treedbaa5da45f45fe1fc18c9b0a0566fc6b8b395c6e /libvo
parent649027b817f1d7014defb57cb73513ceb84173b5 (diff)
downloadmpv-6fed08aee33418948dcb5c3c4cdfae1ddf13df11.tar.bz2
mpv-6fed08aee33418948dcb5c3c4cdfae1ddf13df11.tar.xz
Document vo gl lscale=3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25756 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-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 0824e25bd1..8dc7150168 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -855,6 +855,7 @@ static int preinit(const char *arg)
" 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"