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/man/en/vf.rst | |
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/man/en/vf.rst')
-rw-r--r-- | DOCS/man/en/vf.rst | 3 |
1 files changed, 0 insertions, 3 deletions
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 |