vf_vdpaurb: deprecate this filter

This commit is contained in:
wm4
2016-10-20 16:45:48 +02:00
parent 6b18d4dba5
commit 5da510b5fc
2 changed files with 5 additions and 0 deletions

View File

@@ -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;