From c36b1d01c1d9d8f4c322719facb4567d27ee8870 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 19 Feb 2015 19:06:29 +0100 Subject: manpage: fix vf_scale arnd parameter It probably was always a flag, so the documentation became invalid as soon as mpv stopped accepting 0/1 for flags. Fixes #1608. (cherry picked from commit b230f32624b0ec979f848183e0aec88d1fd2d024) --- DOCS/man/vf.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index bfc6e5d53d..8880d3b4f0 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -143,8 +143,8 @@ Available filters are: Accurate rounding for the vertical scaler, which may be faster or slower than the default rounding. - :0: Disable accurate rounding (default). - :1: Enable accurate rounding. + :no: Disable accurate rounding (default). + :yes: Enable accurate rounding. ``dsize[=w:h:aspect-method:r:aspect]`` Changes the intended display size/aspect at an arbitrary point in the -- cgit v1.2.3