mirror of
https://github.com/mpv-player/mpv
synced 2025-03-31 07:51:55 +00:00
manpage: remove --zoom remains
The --zoom option has been removed, and is always active.
This commit is contained in:
parent
6a025b97af
commit
e6ed0b1d3c
DOCS/man/en
@ -1890,9 +1890,9 @@
|
||||
Factor for the text subtitle font size (default: 1).
|
||||
|
||||
--sws=<n>
|
||||
Specify the software scaler algorithm to be used with the ``--zoom``
|
||||
option. This affects video output drivers which lack hardware
|
||||
acceleration, e.g. x11. See also ``--vf=scale`` and ``--zoom``.
|
||||
Specify the software scaler algorithm to be used with ``--vf=scale``. This
|
||||
also affects video output drivers which lack hardware acceleration,
|
||||
e.g. x11. See also ``--vf=scale``.
|
||||
|
||||
Available types are:
|
||||
|
||||
|
@ -104,9 +104,6 @@ scale[=w:h[:interlaced[:chr_drop[:par[:par2[:presize[:noup[:arnd]]]]]]]]
|
||||
<w>,<h>
|
||||
scaled width/height (default: original width/height)
|
||||
|
||||
*NOTE*: If ``--zoom`` is used, and underlying filters (including
|
||||
libvo) are incapable of scaling, it defaults to d_width/d_height!
|
||||
|
||||
:0: scaled d_width/d_height
|
||||
:-1: original width/height
|
||||
:-2: Calculate w/h using the other dimension and the prescaled
|
||||
|
Loading…
Reference in New Issue
Block a user