# HG changeset patch # User diego # Date 1140808154 0 # Node ID db1414179e58f58c245c543d2da7732e82616778 # Parent b7f727c156fd7be7710f3af2010f6588d35826c9 Document the noup suboption of the scale video filter. diff -r b7f727c156fd -r db1414179e58 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Fri Feb 24 17:38:23 2006 +0000 +++ b/DOCS/man/en/mplayer.1 Fri Feb 24 19:09:14 2006 +0000 @@ -4644,7 +4644,7 @@ .RE . .TP -.B scale[=w:h[:interlaced[:chr_drop[:param[:param2[:presize]]]]]] +.B scale[=w:h[:interlaced[:chr_drop[:param[:param2[:presize[:noup]]]]]]] Scales the image with the software scaler (slow) and performs a YUV<\->RGB colorspace conversion (also see \-sws). .RSs @@ -4718,6 +4718,15 @@ .br spal: 768x576 (square pixel PAL) .REss +.IPs +Disallow upscaling past the original dimensions. +.RSss +0: Allow upscaling (default). +.br +1: Disallow upscaling if one dimension exceeds its original value. +.br +2: Disallow upscaling if both dimensions exceed their original values. +.REss .RE . .TP