From 2741e50f209b147ac89499a7f6df008bda015f05 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 13 Jun 2006 20:30:16 +0000 Subject: Document lscale/cscale in -vo gl:help message git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18698 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libvo') 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" + " 0: use standard bilinear scaling for luma.\n" + " 1: use improved bicubic scaling for luma.\n" + " cscale=\n" + " as lscale but for chroma (2x slower with little visible effect).\n" " customprog=\n" " use a custom YUV conversion program\n" " customtex=\n" -- cgit v1.2.3