diff options
author | wm4 <wm4@nowhere> | 2012-11-24 21:18:50 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-11-24 21:18:50 +0100 |
commit | e6ed0b1d3c21c2fc39d0c602829014590d6d99de (patch) | |
tree | 63b80bde8c1316e982af80918ddec5663d40ce01 /DOCS | |
parent | 6a025b97afa44b20dbf5fd64ce61ef9d72b0bb08 (diff) | |
download | mpv-e6ed0b1d3c21c2fc39d0c602829014590d6d99de.tar.bz2 mpv-e6ed0b1d3c21c2fc39d0c602829014590d6d99de.tar.xz |
manpage: remove --zoom remains
The --zoom option has been removed, and is always active.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/options.rst | 6 | ||||
-rw-r--r-- | DOCS/man/en/vf.rst | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index ba894942dc..e533618583 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -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: diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index e120c39f0b..13d782c0f4 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -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 |