summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_pullup.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_pullup.c')
-rw-r--r--video/filter/vf_pullup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_pullup.c b/video/filter/vf_pullup.c
index fbf500d8cd..86aaf54fc5 100644
--- a/video/filter/vf_pullup.c
+++ b/video/filter/vf_pullup.c
@@ -48,7 +48,7 @@ static int vf_open(vf_instance_t *vf)
return 1;
}
- MP_FATAL(vf, "Requires libavfilter.\n");
+ MP_FATAL(vf, "This version of libavfilter has no 'pullup' filter.\n");
return 0;
}