summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_gradfun.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 17:43:25 +0100
committerwm4 <wm4@nowhere>2013-12-21 20:50:10 +0100
commit426ebbae5ff578923a83a4395ff499f0348f7dcc (patch)
treee0155cf4a0813ca15a0cd6364bcae25c81cf164b /video/filter/vf_gradfun.c
parent877303aaa9111fc56a8e5edbeb439699acfe44c0 (diff)
downloadmpv-426ebbae5ff578923a83a4395ff499f0348f7dcc.tar.bz2
mpv-426ebbae5ff578923a83a4395ff499f0348f7dcc.tar.xz
video/filter: mp_msg conversions
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;
}