summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst2
-rw-r--r--DOCS/man/options.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 0b0ccae1ec..aa0c0593f1 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1118,7 +1118,7 @@ Property list
``demuxer-cache-time``
Approximate time of video buffered in the demuxer, in seconds. Same as
- ``demuxer-cache-duration`` but returns the last timestamp of bufferred
+ ``demuxer-cache-duration`` but returns the last timestamp of buffered
data in demuxer.
``demuxer-cache-idle``
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 1c35aca9eb..4086475e77 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -838,7 +838,7 @@ Audio
Note that many AOs have a ``device`` sub-option, which overrides the
device selection of this option (but not the audio output selection).
Likewise, forcing an AO with ``--ao`` will override the audio output
- selection of ``--audio-device`` (but not the device selecton).
+ selection of ``--audio-device`` (but not the device selection).
Currently not implemented for most AOs.
@@ -3347,7 +3347,7 @@ Miscellaneous
you should not need to change this option.
:decoder: Use decoder reordering functionality. Unlike in classic MPlayer
- and mplayer2, this includes a dTS fallback. (Default.)
+ and mplayer2, this includes a DTS fallback. (Default.)
:sort: Maintain a buffer of unused pts values and use the lowest value
for the frame.
:auto: Try to pick a working mode from the ones above automatically.