mirror of https://github.com/mpv-player/mpv
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:
parent
0b127312be
commit
6c6aba4359
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue