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