From 5da510b5fc26800598aa5bbd2c30ccf2f21cf662 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 20 Oct 2016 16:45:48 +0200 Subject: vf_vdpaurb: deprecate this filter --- video/filter/vf_vdpaurb.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video/filter/vf_vdpaurb.c') 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; -- cgit v1.2.3