summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-11-22 14:57:34 +0100
committerwm4 <wm4@nowhere>2016-11-22 15:54:44 +0100
commit07b6969ba428078dbd22581bad495d7b64b758e8 (patch)
treece9c4d305dfcbf553649d77d10cb88cf62b5c869 /DOCS
parentf30c5d09f4478ca40ceabc90d57fea68965778df (diff)
downloadmpv-07b6969ba428078dbd22581bad495d7b64b758e8.tar.bz2
mpv-07b6969ba428078dbd22581bad495d7b64b758e8.tar.xz
vf_vdpaurb: remove this filter
Was deprecated, superseded by --hwdec=vdpau-copy.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst2
-rw-r--r--DOCS/man/vf.rst9
2 files changed, 2 insertions, 9 deletions
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.