summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-20 15:14:43 +0200
committerwm4 <wm4@nowhere>2014-09-20 15:17:12 +0200
commit68b7217d41f3f5344e60001b0b365d47a180d6e8 (patch)
tree3a43eb03d3b521945832fd3fbdf5f34040176644 /DOCS
parent461c78e4d9d02c36f52a9846cea4160614ff42d0 (diff)
downloadmpv-68b7217d41f3f5344e60001b0b365d47a180d6e8.tar.bz2
mpv-68b7217d41f3f5344e60001b0b365d47a180d6e8.tar.xz
vo_vdpau: better integration with the generic framedrop code
vo_vdpau uses its own framedrop code, mostly for historic reasons. It has some tricky heuristics, of which I'm not sure how they work, or if they have any effect at all, but in any case, I want to keep this code for now. One day it might get fully ported to the vo.c framedrop code, or just removed. But improve its interaction with the user-visible framedrop controls. Make --framedrop actually enable and disable the vo_vdpau framedrop code, and increment the number of dropped frames correctly. The code path for other VOs should be equivalent. The vo_vdpau behavior should, except for the improvements mentioned above, be mostly equivalent as well. One minor change is that frames "shown" during preemption are always count as dropped. Remove the statement from the manpage that vo_vdpau is the default; this hasn't been the case for a while.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index a0e5f59a41..44ed680d49 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -452,9 +452,8 @@ Video
.. note::
- ``--vo=vdpau`` (also the default VO) always has the ``vo`` framedrop
- mode enabled. It doesn't increment the ``D:`` field in the status line
- either.
+ ``--vo=vdpau`` has its own code for the ``vo`` framedrop mode. Slight
+ differences to other VOs are possible.
``--display-fps=<fps>``
Set the maximum assumed display FPS used with ``--framedrop``. By default