From 07b6969ba428078dbd22581bad495d7b64b758e8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 22 Nov 2016 14:57:34 +0100 Subject: vf_vdpaurb: remove this filter Was deprecated, superseded by --hwdec=vdpau-copy. --- DOCS/interface-changes.rst | 2 ++ DOCS/man/vf.rst | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index ec4c6b8da0..5021bded66 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -19,6 +19,8 @@ Interface changes :: + --- mpv 0.23.0 --- + - remove deprecated vf_vdpaurb (use "--hwdec=vdpau-copy" instead) --- mpv 0.22.0 --- - the "audio-device-list" property now sets empty device description to the device name as a fallback diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index fd155bb91d..22423513a0 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -806,15 +806,6 @@ Available filters are: 1-9 Apply high quality VDPAU scaling (needs capable hardware). -``vdpaurb`` - This filter is deprecated. Use ``--hwdec=vdpau-copy`` instead. - - VDPAU video read back. Works with ``--vo=vdpau`` and ``--vo=opengl`` only. - This filter will read back frames decoded by VDPAU so that other filters, - which are not normally compatible with VDPAU, can be used like normal. - This filter must be specified before ``vdpaupp`` in the filter chain if - ``vdpaupp`` is used. - ``d3d11vpp`` Direct3D 11 video post processing. Currently requires D3D11 hardware decoding for use. -- cgit v1.2.3