summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossymiles@gmail.com>2014-04-11 20:37:54 +1000
committerwm4 <wm4@nowhere>2014-04-11 14:12:11 +0200
commit2370ef9d22aeaaeb34910826dbed5a852f957af7 (patch)
tree20a7ff61655d9647ee3797e98de96d546742c50d /DOCS/man
parent2c2c1203c3ac296275da122780c50fa092917c6d (diff)
downloadmpv-2370ef9d22aeaaeb34910826dbed5a852f957af7.tar.bz2
mpv-2370ef9d22aeaaeb34910826dbed5a852f957af7.tar.xz
manpage: fix --vf=scale options
Diffstat (limited to 'DOCS/man')
-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 d602472db2..6f0e48056f 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``::