mirror of https://github.com/mpv-player/mpv
manpage: make suggestion for --vd-queue dynamic config
This commit is contained in:
parent
c5eb2f2ac4
commit
443ed2cb56
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue