summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_expand.c')
-rw-r--r--video/filter/vf_expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_expand.c b/video/filter/vf_expand.c
index e4d9f2dd33..2e03441757 100644
--- a/video/filter/vf_expand.c
+++ b/video/filter/vf_expand.c
@@ -148,7 +148,7 @@ static int vf_open(vf_instance_t *vf){
vf->config=config;
vf->query_format=query_format;
vf->filter=filter;
- mp_msg(MSGT_VFILTER, MSGL_INFO, "Expand: %d x %d, %d ; %d, aspect: %f, round: %d\n",
+ MP_INFO(vf, "Expand: %d x %d, %d ; %d, aspect: %f, round: %d\n",
vf->priv->cfg_exp_w,
vf->priv->cfg_exp_h,
vf->priv->cfg_exp_x,