From 6c6aba4359a753754089e8f837a954c7ae3f4464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Sat, 21 Sep 2019 23:46:02 +0300 Subject: vf_fingerprint: remove extraneous single quote from description This happened to break ZSH completion and seemed to be extraneous. Reported by LaserEyess on IRC. --- video/filter/vf_fingerprint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/filter/vf_fingerprint.c b/video/filter/vf_fingerprint.c index 9f511e168f..6a6f7ab812 100644 --- a/video/filter/vf_fingerprint.c +++ b/video/filter/vf_fingerprint.c @@ -283,7 +283,7 @@ static struct mp_filter *f_create(struct mp_filter *parent, void *options) const struct mp_user_filter_entry vf_fingerprint = { .desc = { - .description = "'Compute video frame fingerprints", + .description = "Compute video frame fingerprints", .name = "fingerprint", .priv_size = sizeof(OPT_BASE_STRUCT), .priv_defaults = &f_opts_def, -- cgit v1.2.3