summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-05 21:31:22 +0100
committerwm4 <wm4@nowhere>2020-03-05 22:00:50 +0100
commit443ed2cb56da94d748adcb3f7f3cd1b95a9121d7 (patch)
tree1189285501403492390e5bf6bb4c2e9ffd9a1a96
parentc5eb2f2ac428e6ebacfe225acd9b0344dd3838bd (diff)
downloadmpv-443ed2cb56da94d748adcb3f7f3cd1b95a9121d7.tar.bz2
mpv-443ed2cb56da94d748adcb3f7f3cd1b95a9121d7.tar.xz
manpage: make suggestion for --vd-queue dynamic config
-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 cc74a4d8fd..110fe7420d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4528,7 +4528,9 @@ Cache
Most queue options can be changed at runtime. ``--vd-queue-enable`` itself
(and the audio equivalent) update only if decoding is completely
- reinitialized.
+ reinitialized. However, setting ``--vd-queue-max-samples=1`` should almost
+ lead to the same behavior as ``--vd-queue-enable=no``, so that value can
+ be used for effectively runtime enabling/disabling the queue.
This should not be used with hardware decoding. It is possible to enable
this for audio, but it makes even less sense.