summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_vdpaurb.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_vdpaurb.c')
-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;