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/mpv.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/man/mpv.rst') 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, -- cgit v1.2.3