summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-16 17:09:08 +0200
committerwm4 <wm4@nowhere>2014-08-16 17:15:51 +0200
commit925c431ff7f68a7ea8b1fc0cd260edcf8b88fdc1 (patch)
treeb6e161b58cd714a62361e0bf3d8e9877d0352c58 /DOCS
parentb822faa6cfdae2c530d68f257a811c6184d237a6 (diff)
downloadmpv-925c431ff7f68a7ea8b1fc0cd260edcf8b88fdc1.tar.bz2
mpv-925c431ff7f68a7ea8b1fc0cd260edcf8b88fdc1.tar.xz
demux: enable thread by default
And change the defaults for the other queue options to reduce latency.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index edbbc35419..01aaaefe6c 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2046,7 +2046,9 @@ Demuxer
``--demuxer-thread=<yes|no>``
Run the demuxer in a separate thread, and let it prefetch a certain amount
- of packets (default: no).
+ of packets (default: yes). Having this enabled may lead to smoother
+ playback, but on the other hand can add delays to seeking or track
+ switching.
``--demuxer-readahead-secs=N``
If ``--demuxer-thread`` is enabled, this controls how much the demuxer