From 7eb32240c9f4fd399d59b4496a0cad313f0b75ed Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 7 Mar 2017 09:09:54 +0100 Subject: 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. --- DOCS/man/vf.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index c0614d968f..9da20942f6 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -755,11 +755,13 @@ Available filters are: :yes: Only deinterlace frames marked as interlaced (default). ``reversal-bug=`` - :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`` -- cgit v1.2.3