summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-10-20 16:45:48 +0200
committerwm4 <wm4@nowhere>2016-10-20 16:45:48 +0200
commit5da510b5fc26800598aa5bbd2c30ccf2f21cf662 (patch)
treed85ed43746535e262f03c444ee2c0e21c817a0f0 /video
parent6b18d4dba527301d96b810d97f774dac03c6fb46 (diff)
downloadmpv-5da510b5fc26800598aa5bbd2c30ccf2f21cf662.tar.bz2
mpv-5da510b5fc26800598aa5bbd2c30ccf2f21cf662.tar.xz
vf_vdpaurb: deprecate this filter
Diffstat (limited to 'video')
-rw-r--r--video/filter/vf_vdpaurb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/filter/vf_vdpaurb.c b/video/filter/vf_vdpaurb.c
index 2e6da79766..59067b54bf 100644
--- a/video/filter/vf_vdpaurb.c
+++ b/video/filter/vf_vdpaurb.c
@@ -87,6 +87,9 @@ static int vf_open(vf_instance_t *vf)
{
struct vf_priv_s *p = vf->priv;
+ MP_WARN(vf, "This filter is deprecated and will be removed.\n");
+ MP_WARN(vf, "Use --hwdec=vdpau-copy instead.\n");
+
vf->filter_ext = filter_ext;
vf->filter = NULL;
vf->reconfig = reconfig;