summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-05 23:38:23 +0200
committerwm4 <wm4@nowhere>2015-08-05 23:38:23 +0200
commit775d81609627e4c6e091ae3761cdb1235f789276 (patch)
treee2d37ffd47f5eaacfee729024efa0cc85b6c0eb4 /DOCS
parent410553aaaacf9762dca00410369010fedf41d826 (diff)
downloadmpv-775d81609627e4c6e091ae3761cdb1235f789276.tar.bz2
mpv-775d81609627e4c6e091ae3761cdb1235f789276.tar.xz
demux: remove options to control minimum packet queue size
Remove --demuxer-readahead-packets and --demuxer-readahead-bytes. These were a bit useless. They could force a minimum packet queue size, but controlling the queue size with --demuxer-readahead-secs is much nicer. It's fairly certain nobody ever used these options.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/options.rst15
2 files changed, 1 insertions, 15 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index f61ee7befe..9eb3de3048 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -20,6 +20,7 @@ Interface changes
::
--- mpv 0.10.0 will be released ---
+ - remove --demuxer-readahead-packets and --demuxer-readahead-bytes
- change "video-aspect" property: always settable, even if no video is
running; always return the override - if no override is set, return
the video's aspect ratio
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