summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
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 /video/filter/vf.c
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 'video/filter/vf.c')
-rw-r--r--video/filter/vf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index 93b886e69c..41fbe9b208 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -59,7 +59,6 @@ extern const vf_info_t vf_info_vaapi;
extern const vf_info_t vf_info_vapoursynth;
extern const vf_info_t vf_info_vapoursynth_lazy;
extern const vf_info_t vf_info_vdpaupp;
-extern const vf_info_t vf_info_vdpaurb;
extern const vf_info_t vf_info_buffer;
extern const vf_info_t vf_info_d3d11vpp;
@@ -98,7 +97,6 @@ static const vf_info_t *const filter_list[] = {
#endif
#if HAVE_VDPAU
&vf_info_vdpaupp,
- &vf_info_vdpaurb,
#endif
#if HAVE_D3D_HWACCEL
&vf_info_d3d11vpp,