diff DOCS/man/en/mplayer.1 @ 17677:db1414179e58

Document the noup suboption of the scale video filter.
author diego
date Fri, 24 Feb 2006 19:09:14 +0000
parents d407eb5bcd68
children 0f75945c3c7b
line wrap: on
line diff
--- 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 <noup>
+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