From c9c2f7332e2af9aaa2800d787ed8f6777da2541f Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 11 Mar 2007 14:59:08 +0000 Subject: Add a new GPU-based scaling method to vo gl git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22507 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/vo_gl.c') diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 6c33c19625..4daf5d219f 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -894,6 +894,7 @@ static int preinit(const char *arg) " lscale=\n" " 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" " cscale=\n" " as lscale but for chroma (2x slower with little visible effect).\n" " customprog=\n" -- cgit v1.2.3