summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst15
1 files changed, 0 insertions, 15 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 9ad67c6492..f86e489db1 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2247,21 +2247,6 @@ Demuxer
(This value tends to be fuzzy, because many file formats don't store linear
timestamps.)
-``--demuxer-readahead-packets=<packets>``
- If ``--demuxer-thread`` is enabled, this controls how much the demuxer
- should buffer ahead. As long as the number of packets in the packet queue
- doesn't exceed ``--demuxer-readahead-packets``, and the total number of
- bytes doesn't exceed ``--demuxer-readahead-bytes``, the thread keeps
- reading ahead.
-
- Note that if you set these options near the maximum, you might get a
- packet queue overflow warning.
-
- See ``--list-options`` for defaults and value range.
-
-``--demuxer-readahead-bytes=<bytes>``
- See ``--demuxer-readahead-packets``.
-
``--force-seekable=<yes|no>``
If the player thinks that the media is not seekable (e.g. playing from a
pipe, or it's a http stream with a server that doesn't support range