summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-09-19 23:37:51 -0500
committerDudemanguy <random342@airmail.cc>2023-09-21 16:06:29 +0000
commit36ea5d7b5cafabba605aaa334017c48b27d6f5be (patch)
treef38973892c8128d819d093f33a9fd194eb38a5d5 /DOCS/man/options.rst
parent4b2276b730c8542649b665aaec187e1c7e3b2612 (diff)
downloadmpv-36ea5d7b5cafabba605aaa334017c48b27d6f5be.tar.bz2
mpv-36ea5d7b5cafabba605aaa334017c48b27d6f5be.tar.xz
options: remove a few options marked with .deprecation_message
A bit different from the OPT_REPLACED/OPT_REMOVED ones in that the options still possibly do something but they have a deprecation message. Most of these are old and have no real usage. The only potentially controversial ones are the removal of --oaffset and --ovoffset which were deprecated years ago and seemingly have no real replacement. There's a cryptic message about --audio-delay but who knows. The less encoding mode code we have, the better so just chuck it.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index d67d4af75c..97a0c272cd 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3834,16 +3834,6 @@ Demuxer
``--cache-secs`` is used (i.e. when the stream appears to be a network
stream or the stream cache is enabled).
-``--demuxer-force-retry-on-eof=<yes|no>``
- Whether to keep retrying making the demuxer thread read more packets each
- time the decoder dequeues a packet, even if the end of the file was reached
- (default: no). This does not really make sense, but was the default behavior
- in mpv 0.32.0 and earlier. This option will be silently removed after a
- while, and exists only to restore the old behavior for testing, in case this
- was actually needed somewhere. This does _not_ help with files that are
- being appended to (in these cases use ``appending://``, or disable the
- cache).
-
``--demuxer-thread=<yes|no>``
Run the demuxer in a separate thread, and let it prefetch a certain amount
of packets (default: yes). Having this enabled leads to smoother playback,