summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 6e1d89fade..874e064145 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -898,13 +898,15 @@ Available video output drivers are:
``frame-queue-size=<1..100>``
The maximum count of frames which the frame queue can hold (default: 1)
- ``frame-drop-mode=<pop|clear>``
+ ``frame-drop-mode=<pop|clear|block>``
Select the behavior when the frame queue is full.
pop
- Drop the oldest frame in the frame queue. (default)
+ Drop the oldest frame in the frame queue.
clear
Drop all frames in the frame queue.
+ block
+ Wait for a short time, behave like ``clear`` on timeout. (default)
This also supports many of the suboptions the ``opengl`` VO has. Run
``mpv --vo=opengl-cb:help`` for a list.