r25756 - in trunk: DOCS/man/en/mplayer.1 libvo/vo_gl.c
Author: reimar Date: Tue Jan 15 18:54:48 2008 New Revision: 25756 Log: Document vo gl lscale=3 Modified: trunk/libvo/vo_gl.c Changes in other areas also in this revision: Modified: trunk/DOCS/man/en/mplayer.1 Modified: trunk/libvo/vo_gl.c ============================================================================== --- trunk/libvo/vo_gl.c (original) +++ trunk/libvo/vo_gl.c Tue Jan 15 18:54:48 2008 @@ -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"
participants (1)
-
reimar