From 3e2db07a32eebf6159bd40f661ed98365e9a3516 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 26 Jul 2006 22:43:20 +0000 Subject: [PATCH] description of the arnd scale video filter parameter git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19191 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +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