summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-24 19:09:14 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-24 19:09:14 +0000
commitff7e166c4c97255c27ace26a53c883fa2ef61cc8 (patch)
tree67495c65fffe4ed85a7d7727553046145e7066af /DOCS
parent8749b9a23d9e55f878ae24aeab3b4a3b0eb51f54 (diff)
downloadmpv-ff7e166c4c97255c27ace26a53c883fa2ef61cc8.tar.bz2
mpv-ff7e166c4c97255c27ace26a53c883fa2ef61cc8.tar.xz
Document the noup suboption of the scale video filter.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17678 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.111
1 files changed, 10 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index a5f8426cb1..2d95c71e76 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -4644,7 +4644,7 @@ Rotate by 90 degrees counterclockwise and flip.
.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 @@ sntsc: 640x480 (square pixel NTSC)
.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