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, 1 insertions, 1 deletions
diff --git a/video/filter/vf_gradfun.c b/video/filter/vf_gradfun.c
index 87464d5bb6..2ca211fb74 100644
--- a/video/filter/vf_gradfun.c
+++ b/video/filter/vf_gradfun.c
@@ -379,7 +379,7 @@ static int vf_open(vf_instance_t *vf)
bool have_size = vf->priv->cfg_size > -1;
if (have_radius && have_size) {
- mp_msg(MSGT_VFILTER, MSGL_ERR, "scale: gradfun: only one of "
+ MP_ERR(vf, "scale: gradfun: only one of "
"radius/size parameters allowed at the same time!\n");
return 0;
}