summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossymiles@gmail.com>2014-04-11 20:37:54 +1000
committerwm4 <wm4@nowhere>2014-04-17 22:58:48 +0200
commited1e4de452c32610dba8263de243c0e4292bf1e4 (patch)
tree1d9bef841c9c09c4e5a8f27e8317a6a0495fc1b8
parent0e2fe55fded99bff4f9ec7a01318b864dc1737f6 (diff)
downloadmpv-ed1e4de452c32610dba8263de243c0e4292bf1e4.tar.bz2
mpv-ed1e4de452c32610dba8263de243c0e4292bf1e4.tar.xz
manpage: fix --vf=scale options
-rw-r--r--DOCS/man/en/vf.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index e500085868..e61c06fd88 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -98,7 +98,7 @@ Available filters are:
:2: Rotate by 90 degrees counterclockwise.
:3: Rotate by 90 degrees counterclockwise and flip.
-``scale[=w:h[:interlaced[:chr_drop[:par[:par2[:noup[:arnd]]]]]]]``
+``scale[=w:h[:interlaced[:chr-drop[:param[:param2[:noup[:arnd]]]]]]]``
Scales the image with the software scaler (slow) and performs a YUV<->RGB
colorspace conversion (see also ``--sws``).
@@ -114,7 +114,7 @@ Available filters are:
:-(n+8): Like -n above, but rounding the dimension to the closest
multiple of 16.
- ``<chr_drop>``
+ ``<chr-drop>``
chroma skipping
:0: Use all available input lines for chroma.
@@ -122,7 +122,7 @@ Available filters are:
:2: Use only every 4. input line for chroma.
:3: Use only every 8. input line for chroma.
- ``<par>[:<par2>]`` (see also ``--sws``)
+ ``<param>[:<param2>]`` (see also ``--sws``)
Set some scaling parameters depending on the type of scaler selected
with ``--sws``::