summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_unsharp.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_unsharp.c')
-rw-r--r--video/filter/vf_unsharp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_unsharp.c b/video/filter/vf_unsharp.c
index cfd490f9fa..81ffbb73c4 100644
--- a/video/filter/vf_unsharp.c
+++ b/video/filter/vf_unsharp.c
@@ -55,7 +55,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 'unsharp' filter.\n");
return 0;
}