mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 18:57:35 +00:00
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.
This commit is contained in:
parent
14b231119d
commit
b230f32624
@ -143,8 +143,8 @@ Available filters are:
|
|||||||
Accurate rounding for the vertical scaler, which may be faster or
|
Accurate rounding for the vertical scaler, which may be faster or
|
||||||
slower than the default rounding.
|
slower than the default rounding.
|
||||||
|
|
||||||
:0: Disable accurate rounding (default).
|
:no: Disable accurate rounding (default).
|
||||||
:1: Enable accurate rounding.
|
:yes: Enable accurate rounding.
|
||||||
|
|
||||||
``dsize[=w:h:aspect-method:r:aspect]``
|
``dsize[=w:h:aspect-method:r:aspect]``
|
||||||
Changes the intended display size/aspect at an arbitrary point in the
|
Changes the intended display size/aspect at an arbitrary point in the
|
||||||
|
Loading…
Reference in New Issue
Block a user