summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_gradfun.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_gradfun.c')
-rw-r--r--video/filter/vf_gradfun.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/filter/vf_gradfun.c b/video/filter/vf_gradfun.c
index 78e1f4e3d6..c34b77f82a 100644
--- a/video/filter/vf_gradfun.c
+++ b/video/filter/vf_gradfun.c
@@ -59,6 +59,8 @@ static int lavfi_reconfig(struct vf_instance *vf,
static int vf_open(vf_instance_t *vf)
{
+ MP_WARN(vf, "%s", VF_LW_REPLACE);
+
bool have_radius = vf->priv->cfg_radius > -1;
bool have_size = vf->priv->cfg_size > -1;