vf_fingerprint: remove extraneous single quote from description

This happened to break ZSH completion and seemed to be extraneous.

Reported by LaserEyess on IRC.
This commit is contained in:
Jan Ekström 2019-09-21 23:46:02 +03:00
parent 0b127312be
commit 6c6aba4359
1 changed files with 1 additions and 1 deletions

View File

@ -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,