summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-26 22:43:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-26 22:43:20 +0000
commit3e2db07a32eebf6159bd40f661ed98365e9a3516 (patch)
tree93f5bb13bc2e9e08e4c56070d0114c6f6d970740 /DOCS
parent2d2b8f09cdfc54a59022311ba5b91467274887a9 (diff)
downloadmpv-3e2db07a32eebf6159bd40f661ed98365e9a3516.tar.bz2
mpv-3e2db07a32eebf6159bd40f661ed98365e9a3516.tar.xz
description of the arnd scale video filter parameter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19191 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.110
1 files changed, 9 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index e6602fcb9f..e77d689d96 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -4807,7 +4807,7 @@ Rotate by 90 degrees counterclockwise and flip.
.RE
.
.TP
-.B scale[=w:h[:interlaced[:chr_drop[:param[:param2[:presize[:noup]]]]]]]
+.B scale[=w:h[:interlaced[:chr_drop[:param[:param2[:presize[:noup[:arnd]]]]]]]]
Scales the image with the software scaler (slow) and performs a YUV<\->RGB
colorspace conversion (also see \-sws).
.RSs
@@ -4890,6 +4890,14 @@ Disallow upscaling past the original dimensions.
.br
2: Disallow upscaling if both dimensions exceed their original values.
.REss
+.IPs <arnd>
+Accurate rounding for the vertical scaler, which may be faster
+or slower than the default rounding.
+.RSss
+0: Disable accurate rounding (default).
+.br
+1: Enable accurate rounding.
+.REss
.RE
.
.TP