From 68b7217d41f3f5344e60001b0b365d47a180d6e8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 20 Sep 2014 15:14:43 +0200 Subject: 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. --- DOCS/man/options.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'DOCS') 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=`` Set the maximum assumed display FPS used with ``--framedrop``. By default -- cgit v1.2.3