mirror of https://github.com/mpv-player/mpv
manpage: adjust description of libva deinterlacer ref direction mess
Relevant: https://cgit.freedesktop.org/mesa/mesa/commit/?id=0798fddb5000f2b1edffc693ec65236a680ce61f Eventually I'll just remove this option. But it's probably good to leave it for while, possibly for letting Mesa VA driver users test and confirm this.
This commit is contained in:
parent
e40c41de19
commit
7eb32240c9
|
@ -755,11 +755,13 @@ Available filters are:
|
|||
:yes: Only deinterlace frames marked as interlaced (default).
|
||||
|
||||
``reversal-bug=<yes|no>``
|
||||
:no: Use the API as it appears to be documented. Reported to work well
|
||||
with Mesa drivers.
|
||||
:yes: Switch surface forward and backwards references (default). Appears
|
||||
to work (or work better than ``no``) with Intel drivers. Matters
|
||||
only for the advanced deinterlacing algorithms.
|
||||
:no: Use the API as it was interpreted by older Mesa drivers. While
|
||||
this interpretation was more obvious and inuitive, it was
|
||||
apparently wrong, and not shared by Intel driver developers.
|
||||
:yes: Use Intel interpretation of surface forward and backwards
|
||||
references (default). This is what Intel drivers and newer Mesa
|
||||
drivers expect. Matters only for the advanced deinterlacing
|
||||
algorithms.
|
||||
|
||||
``vdpaupp``
|
||||
VDPAU video post processing. Works with ``--vo=vdpau`` and ``--vo=opengl``
|
||||
|
|
Loading…
Reference in New Issue