From 8b479d2f664f0c64905e2b76bae6746459830723 Mon Sep 17 00:00:00 2001 From: Daniel Bergmann Date: Mon, 29 Jun 2015 16:51:43 +0100 Subject: DOCS/man: fix some grammar errors Signed-off-by: wm4 --- DOCS/man/input.rst | 2 +- DOCS/man/mpv.rst | 4 ++-- DOCS/man/vf.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index ac9c94b9a7..cda392825d 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -561,7 +561,7 @@ Input Commands that are Possibly Subject to Change different memory region to prevent tearing). It is also possible to pass a raw memory address for use as bitmap memory - by passing a memory address as integer prefixed with a ``&`` character. + by passing a memory address as integer prefixed with an ``&`` character. Passing the wrong thing here will crash the player. This mode might be useful for use with libmpv. The ``offset`` parameter is simply added to the memory address (since mpv 0.8.0, ignored before). diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 7f39da59f2..1f48827cee 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -309,7 +309,7 @@ Suboptions passed to the client API are also subject to escaping. Using command line (but without shell processing of the string). Some options support passing values in a more structured way instead of flat strings, and can avoid the suboption parsing mess. For example, ``--vf`` supports -``MPV_FORMAT_NODE``, which let's you pass suboptions as a nested data structure +``MPV_FORMAT_NODE``, which lets you pass suboptions as a nested data structure of maps and arrays. (``--vo`` supports this in the same way, although this fact is undocumented.) @@ -536,7 +536,7 @@ listed. frame couldn't be displayed on time. (``vo-drop-frame-count`` property.) If the decoder drops frames, the number of decoder-dropped frames is appended to the display as well, e.g.: ``Dropped: 4/34``. This happens only if - decoder-framedropping is enabled with the ``--framedrop`` options. + decoder frame dropping is enabled with the ``--framedrop`` options. (``drop-frame-count`` property.) - Cache state, e.g. ``Cache: 2s+134KB``. Visible if the stream cache is enabled. The first value shows the amount of video buffered in the demuxer in seconds, diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index ef1ea9c518..f1c4cf04b9 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -152,7 +152,7 @@ Available filters are: number (1.33). Alternatively, you may specify the exact display width and height desired. Note that this filter does *not* do any scaling itself; it just affects what later scalers (software or hardware) will do when - auto-scaling to correct aspect. + auto-scaling to the correct aspect. ``,`` New display width and height. -- cgit v1.2.3