summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2014-09-01 04:25:57 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-09-01 14:53:55 +0200
commitf8dc208d0cfe622a70056262654e966a00492d40 (patch)
tree27b92516263b54753ca2af21d7976577319d2207 /DOCS/man/input.rst
parent6d006a5a3943e74974ae0b2c55a634a493a6f255 (diff)
downloadmpv-f8dc208d0cfe622a70056262654e966a00492d40.tar.bz2
mpv-f8dc208d0cfe622a70056262654e966a00492d40.tar.xz
man: fix a whole bunch of typos
Conflicts: DOCS/man/input.rst DOCS/man/options.rst
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 612c0cad88..16c651fa18 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -114,7 +114,7 @@ List of Input Commands
to be precise, not fast), and sometimes fails to behave as expected. How
well this works depends on whether precise seeking works correctly (e.g.
see the ``--hr-seek-demuxer-offset`` option). Video filters or other video
- postprocessing that modifies timing of frames (e.g. deinterlacing) should
+ post-processing that modifies timing of frames (e.g. deinterlacing) should
usually work, but might make backstepping silently behave incorrectly in
corner cases. Using ``--hr-seek-framedrop=no`` should help, although it
might make precise seeking slower.
@@ -572,7 +572,7 @@ Property list
See ``--osd-level``.
``osd-scale`` (RW)
- OSD font size multiplicator, see ``--osd-scale``.
+ OSD font size multiplier, see ``--osd-scale``.
``loop`` (RW)
See ``--loop``.
@@ -765,7 +765,7 @@ Property list
::
MPV_FORMAT_NODE_MAP
- (key and string value for each metdata entry)
+ (key and string value for each metadata entry)
``chapter-metadata``
Metadata of current chapter. Works similar to ``metadata`` property. It
@@ -809,7 +809,7 @@ Property list
this easier, the cache resizing code will allocate the new cache while the
old cache is still allocated.
- Don't use this when playing DVD or Bluray.
+ Don't use this when playing DVD or Blu-ray.
``cache-free`` (R)
Total free cache size in KB.
@@ -1025,7 +1025,7 @@ Property list
Estimated/measured FPS of the video filter chain output. (If no filters
are used, this corresponds to decoder output.) This uses the average of
the 10 past frame durations to calculate the FPS. It will be inaccurate
- if framedropping is involved (such as when framedrop is explicitly
+ if frame-dropping is involved (such as when framedrop is explicitly
enabled, or after precise seeking). Files with imprecise timestamps (such
as Matroska) might lead to unstable results.
@@ -1090,7 +1090,7 @@ Property list
See ``--sub-forced-only``.
``sub-scale`` (RW)
- Subtitle font size multiplicator.
+ Subtitle font size multiplier.
``ass-use-margins`` (RW)
See ``--ass-use-margins``.