summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-13 20:30:16 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-13 20:30:16 +0000
commit2741e50f209b147ac89499a7f6df008bda015f05 (patch)
tree9fbd6110b81a7009eb7155f0b402feda356cda18 /libvo
parent316a44ff0ef89302c5915c20dc69c60d92c33772 (diff)
downloadmpv-2741e50f209b147ac89499a7f6df008bda015f05.tar.bz2
mpv-2741e50f209b147ac89499a7f6df008bda015f05.tar.xz
Document lscale/cscale in -vo gl:help message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18698 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index c3c4449eb0..ab2cff9c08 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -743,6 +743,11 @@ static int preinit(const char *arg)
" 3: use fragment program with gamma correction.\n"
" 4: use fragment program with gamma correction via lookup.\n"
" 5: use ATI-specific method (for older cards).\n"
+ " lscale=<n>\n"
+ " 0: use standard bilinear scaling for luma.\n"
+ " 1: use improved bicubic scaling for luma.\n"
+ " cscale=<n>\n"
+ " as lscale but for chroma (2x slower with little visible effect).\n"
" customprog=<filename>\n"
" use a custom YUV conversion program\n"
" customtex=<filename>\n"